diff options
author | Clint Adams <clint@debian.org> | 2017-06-18 01:55:23 -0400 |
---|---|---|
committer | Clint Adams <clint@debian.org> | 2017-06-18 11:43:57 -0400 |
commit | 4103d2f7c95e353abe9505a018a55332a2f15d8f (patch) | |
tree | 6ea3703857df83dc5a28a0aac35d003a76fbd08a /p/haskell-recursion-schemes | |
parent | efa37dcdd59ead12b0309b30df1dce7947b45c95 (diff) | |
download | DHG_packages-4103d2f7c95e353abe9505a018a55332a2f15d8f.tar.gz |
recursion-schemes: Upgrading from 5 to 5.0.1
Diffstat (limited to 'p/haskell-recursion-schemes')
-rw-r--r-- | p/haskell-recursion-schemes/debian/changelog | 6 | ||||
-rw-r--r-- | p/haskell-recursion-schemes/debian/control | 15 |
2 files changed, 17 insertions, 4 deletions
diff --git a/p/haskell-recursion-schemes/debian/changelog b/p/haskell-recursion-schemes/debian/changelog index aa441b6e9..8c98c64df 100644 --- a/p/haskell-recursion-schemes/debian/changelog +++ b/p/haskell-recursion-schemes/debian/changelog @@ -1,3 +1,9 @@ +haskell-recursion-schemes (5.0.1-1) unstable; urgency=medium + + * New upstream release + + -- Clint Adams <clint@debian.org> Sun, 18 Jun 2017 01:55:23 -0400 + haskell-recursion-schemes (5-2) unstable; urgency=medium * Upload to unstable as part of GHC 8 transition. diff --git a/p/haskell-recursion-schemes/debian/control b/p/haskell-recursion-schemes/debian/control index 915d639fd..e502d0bd0 100644 --- a/p/haskell-recursion-schemes/debian/control +++ b/p/haskell-recursion-schemes/debian/control @@ -10,8 +10,11 @@ Build-Depends: ghc (>= 8), ghc-prof, haskell-devscripts (>= 0.13), - libghc-bifunctors-dev (<< 6), + libghc-base-orphans-dev (>= 0.5.4), + libghc-base-orphans-dev (<< 0.6), + libghc-base-orphans-prof, libghc-bifunctors-dev (>= 4), + libghc-bifunctors-dev (<< 6), libghc-bifunctors-prof, libghc-comonad-dev (<< 6), libghc-comonad-dev (>= 4), @@ -19,14 +22,18 @@ Build-Depends: libghc-free-dev (<< 5), libghc-free-dev (>= 4), libghc-free-prof, - libghc-transformers-compat-dev (<< 1), + libghc-semigroups-dev (>= 0.8.3.1), + libghc-semigroups-dev (<< 1), + libghc-semigroups-prof, libghc-transformers-compat-dev (>= 0.3), + libghc-transformers-compat-dev (<< 1), libghc-transformers-compat-prof, -Build-Depends-Indep: - ghc-doc, +Build-Depends-Indep: ghc-doc, + libghc-base-orphans-doc, libghc-bifunctors-doc, libghc-comonad-doc, libghc-free-doc, + libghc-semigroups-doc, libghc-transformers-compat-doc, Standards-Version: 3.9.8 Homepage: http://github.com/ekmett/recursion-schemes/ |