summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-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,