Skip to content
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
11 changes: 7 additions & 4 deletions dhall.spec
Original file line number Diff line number Diff line change
@@ -1,9 +1,9 @@
# generated by cabal-rpm-2.0.2 --standalone --stream hackage
# https://fedoraproject.org/wiki/Packaging:Haskell

%global dhall_ver 1.29.0
%global dhall_json_ver 1.6.1
%global dhall_yaml_ver 1.0.1
%global dhall_ver 1.30.0
%global dhall_json_ver 1.6.2
%global dhall_yaml_ver 1.0.2

%global ghc_without_dynamic 1
%global ghc_without_shared 1
Expand All @@ -21,7 +21,7 @@

Name: dhall
Version: %{dhall_ver}
Release: 2%{?dist}
Release: 1%{?dist}
Summary: A configuration language guaranteed to terminate

License: BSD
Expand Down Expand Up @@ -249,6 +249,9 @@ rm -r .cabal-sandbox/share/doc/*/dhall-json-%{dhall_json_ver}


%changelog
* Tue Feb 18 2020 Tristan Cacqueray <tdecacqu@redhat.com> - 1.30.0-1
- bump to dhall version 1.30.0

* Sat Feb 8 2020 Jens Petersen <petersen@redhat.com> - 1.29.0-2
- update deps and add dhall-yaml

Expand Down