diff options
| author | Joachim Breitner <mail@joachim-breitner.de> | 2015-07-01 13:54:49 +0300 |
|---|---|---|
| committer | Joachim Breitner <mail@joachim-breitner.de> | 2015-07-01 13:54:49 +0300 |
| commit | 00441f8a808ae91244a4327c8043c3bf56e21dae (patch) | |
| tree | aa8ecb2cfdf1813b2c23a136dff0d4d8a4d11907 /p/haskell-hashtables/debian | |
| parent | e1464834e2c8c25cdfa838d982e4a2d0ea4b67ce (diff) | |
| download | DHG_packages-00441f8a808ae91244a4327c8043c3bf56e21dae.tar.gz | |
haskell-hashtables: Fix build-depends
Diffstat (limited to 'p/haskell-hashtables/debian')
| -rw-r--r-- | p/haskell-hashtables/debian/changelog | 6 | ||||
| -rw-r--r-- | p/haskell-hashtables/debian/control | 3 |
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), |
