summaryrefslogtreecommitdiff
path: root/p/haskell-hashtables/debian
diff options
context:
space:
mode:
authorJoachim Breitner <mail@joachim-breitner.de>2015-07-01 13:54:49 +0300
committerJoachim Breitner <mail@joachim-breitner.de>2015-07-01 13:54:49 +0300
commit00441f8a808ae91244a4327c8043c3bf56e21dae (patch)
treeaa8ecb2cfdf1813b2c23a136dff0d4d8a4d11907 /p/haskell-hashtables/debian
parente1464834e2c8c25cdfa838d982e4a2d0ea4b67ce (diff)
downloadDHG_packages-00441f8a808ae91244a4327c8043c3bf56e21dae.tar.gz
haskell-hashtables: Fix build-depends
Diffstat (limited to 'p/haskell-hashtables/debian')
-rw-r--r--p/haskell-hashtables/debian/changelog6
-rw-r--r--p/haskell-hashtables/debian/control3
2 files changed, 7 insertions, 2 deletions
diff --git a/p/haskell-hashtables/debian/changelog b/p/haskell-hashtables/debian/changelog
index cd081a686..553160693 100644
--- a/p/haskell-hashtables/debian/changelog
+++ b/p/haskell-hashtables/debian/changelog
@@ -1,3 +1,9 @@
+haskell-hashtables (1.2.0.2-2) UNRELEASED; urgency=medium
+
+ * Fix build-depends
+
+ -- Joachim Breitner <nomeata@debian.org> Wed, 01 Jul 2015 12:54:43 +0200
+
haskell-hashtables (1.2.0.2-1) unstable; urgency=medium
* New upstream release
diff --git a/p/haskell-hashtables/debian/control b/p/haskell-hashtables/debian/control
index ee51456fd..4d719bdc1 100644
--- a/p/haskell-hashtables/debian/control
+++ b/p/haskell-hashtables/debian/control
@@ -13,8 +13,7 @@ Build-Depends: cdbs,
libghc-hashable-dev (<< 1.3),
libghc-hashable-prof,
libghc-hashable-doc,
- libghc-primitive-dev (>= 0.4),
- libghc-primitive-dev (<< 0.6),
+ libghc-primitive-dev,
libghc-primitive-prof,
libghc-primitive-doc,
libghc-vector-dev (>= 0.7),