summaryrefslogtreecommitdiff
path: root/p/haskell-aeson
diff options
context:
space:
mode:
authorClint Adams <clint@debian.org>2017-07-10 07:23:46 -0400
committerClint Adams <clint@debian.org>2017-07-10 07:23:46 -0400
commit20b1ef121a81c0ce82a1f36ee6ddb8d4a6a247cb (patch)
tree4131366b1e347a203dc1b0d2ce6e3c02cddca4f1 /p/haskell-aeson
parent34de13144e929d795d16a985c21d4884cab9bfd3 (diff)
downloadDHG_packages-20b1ef121a81c0ce82a1f36ee6ddb8d4a6a247cb.tar.gz
aeson: fix bd's
Diffstat (limited to 'p/haskell-aeson')
-rw-r--r--p/haskell-aeson/debian/changelog6
-rw-r--r--p/haskell-aeson/debian/control7
2 files changed, 13 insertions, 0 deletions
diff --git a/p/haskell-aeson/debian/changelog b/p/haskell-aeson/debian/changelog
index 448b66302..2a45a632e 100644
--- a/p/haskell-aeson/debian/changelog
+++ b/p/haskell-aeson/debian/changelog
@@ -1,3 +1,9 @@
+haskell-aeson (1.0.2.1-2) unstable; urgency=medium
+
+ * Fix (testsuite) build-dependencies. closes: #867871.
+
+ -- Clint Adams <clint@debian.org> Mon, 10 Jul 2017 07:22:46 -0400
+
haskell-aeson (1.0.2.1-1) unstable; urgency=medium
* New upstream release
diff --git a/p/haskell-aeson/debian/control b/p/haskell-aeson/debian/control
index 98b0c7bc0..681fc860b 100644
--- a/p/haskell-aeson/debian/control
+++ b/p/haskell-aeson/debian/control
@@ -46,6 +46,13 @@ Build-Depends:
libghc-vector-dev,
libghc-vector-dev (>= 0.8),
libghc-vector-prof,
+ libghc-base-orphans-dev (>= 0.5.3) <!nocheck>,
+ libghc-base-orphans-dev (<< 0.6) <!nocheck>,
+ libghc-base16-bytestring-dev <!nocheck>,
+ libghc-generic-deriving-dev (>= 1.10) <!nocheck>,
+ libghc-generic-deriving-dev (<< 1.12) <!nocheck>,
+ libghc-hashable-time-dev (>= 0.2) <!nocheck>,
+ libghc-hashable-time-dev (<< 0.3) <!nocheck>,
Build-Depends-Indep:
ghc-doc,
libghc-attoparsec-doc,