diff options
author | Clint Adams <clint@debian.org> | 2017-06-19 08:13:39 -0400 |
---|---|---|
committer | Clint Adams <clint@debian.org> | 2017-06-19 08:16:08 -0400 |
commit | 71bee3dd5b80c5ad9b5752bfe36bfc14bfb7974f (patch) | |
tree | 1b977fc0bc54937fb245763e6739500bd5c57b16 /p/haskell-pqueue | |
parent | 4f04eaaeda01fc010ac2f5510f0c1e79b9886390 (diff) | |
download | DHG_packages-71bee3dd5b80c5ad9b5752bfe36bfc14bfb7974f.tar.gz |
pqueue: re-add dh-haskell to Build-Depends. closes: #865089.
Diffstat (limited to 'p/haskell-pqueue')
-rw-r--r-- | p/haskell-pqueue/debian/changelog | 6 | ||||
-rw-r--r-- | p/haskell-pqueue/debian/control | 1 |
2 files changed, 7 insertions, 0 deletions
diff --git a/p/haskell-pqueue/debian/changelog b/p/haskell-pqueue/debian/changelog index 38e3c6b03..3b294688b 100644 --- a/p/haskell-pqueue/debian/changelog +++ b/p/haskell-pqueue/debian/changelog @@ -1,3 +1,9 @@ +haskell-pqueue (1.3.2.2-3) unstable; urgency=medium + + * Re-add dh-haskell to Build-Depends. closes: #865089. + + -- Clint Adams <clint@debian.org> Mon, 19 Jun 2017 08:12:49 -0400 + haskell-pqueue (1.3.2.2-2) unstable; urgency=medium * Fix build dependencies. closes: #865031. diff --git a/p/haskell-pqueue/debian/control b/p/haskell-pqueue/debian/control index 0874f96f6..17265f089 100644 --- a/p/haskell-pqueue/debian/control +++ b/p/haskell-pqueue/debian/control @@ -5,6 +5,7 @@ Priority: extra Section: haskell Build-Depends: debhelper (>= 10), haskell-devscripts-minimal | haskell-devscripts (>= 0.8), + dh-haskell (>= 0.1), cdbs, ghc, ghc-prof, |