summaryrefslogtreecommitdiff
path: root/p/haskell-distributive
diff options
context:
space:
mode:
authorClint Adams <clint@debian.org>2017-06-17 14:10:38 -0400
committerClint Adams <clint@debian.org>2017-06-18 10:57:58 -0400
commitaec0a1f9fe8066f61cc18f78b498e8cd814cd5aa (patch)
tree75bb4185da6e23c4eaf69bcddf95dbb0c78d82a1 /p/haskell-distributive
parent2d52d17ddba25c16d6f03ec432c8a36962b370f2 (diff)
downloadDHG_packages-aec0a1f9fe8066f61cc18f78b498e8cd814cd5aa.tar.gz
distributive: Upgrading from 0.5.0.2 to 0.5.2
Diffstat (limited to 'p/haskell-distributive')
-rw-r--r--p/haskell-distributive/debian/changelog6
-rw-r--r--p/haskell-distributive/debian/control10
2 files changed, 15 insertions, 1 deletions
diff --git a/p/haskell-distributive/debian/changelog b/p/haskell-distributive/debian/changelog
index f67d0be23..fbb716cb1 100644
--- a/p/haskell-distributive/debian/changelog
+++ b/p/haskell-distributive/debian/changelog
@@ -1,3 +1,9 @@
+haskell-distributive (0.5.2-1) unstable; urgency=medium
+
+ * New upstream release
+
+ -- Clint Adams <clint@debian.org> Sat, 17 Jun 2017 14:10:38 -0400
+
haskell-distributive (0.5.0.2-3) unstable; urgency=medium
* Upload to unstable as part of GHC 8 transition.
diff --git a/p/haskell-distributive/debian/control b/p/haskell-distributive/debian/control
index a4acb8987..d51e1449b 100644
--- a/p/haskell-distributive/debian/control
+++ b/p/haskell-distributive/debian/control
@@ -14,7 +14,15 @@ Build-Depends: debhelper (>= 9),
libghc-tagged-dev (>= 0.7),
libghc-tagged-dev (<< 1),
libghc-tagged-prof,
- libghc-doctest-dev (>= 0.9.1),
+ libghc-transformers-compat-dev (>= 0.3),
+ libghc-transformers-compat-dev (<< 1),
+ libghc-transformers-compat-prof,
+ libghc-doctest-dev (>= 0.11.1),
+ libghc-doctest-dev (<< 0.12),
+ libghc-generic-deriving-dev (>= 1.11),
+ libghc-generic-deriving-dev (<< 2),
+ libghc-hspec-dev (>= 2),
+ libghc-hspec-dev (<< 3),
Build-Depends-Indep: ghc-doc,
libghc-base-orphans-doc,
libghc-tagged-doc,