diff options
author | Clint Adams <clint@debian.org> | 2017-07-21 11:16:47 -0400 |
---|---|---|
committer | Clint Adams <clint@debian.org> | 2017-07-21 11:16:47 -0400 |
commit | 05af0f475eb72e9c42de40359a7f21d19c29cbd1 (patch) | |
tree | d08fb283e60bb7c162581a3971f3b50670282b27 /p/haskell-snap | |
parent | 5db8ebbc1deb7c1c0a995229c035973f11327325 (diff) | |
download | DHG_packages-05af0f475eb72e9c42de40359a7f21d19c29cbd1.tar.gz |
snap: fix build-depends
Diffstat (limited to 'p/haskell-snap')
-rw-r--r-- | p/haskell-snap/debian/changelog | 6 | ||||
-rw-r--r-- | p/haskell-snap/debian/control | 1 |
2 files changed, 7 insertions, 0 deletions
diff --git a/p/haskell-snap/debian/changelog b/p/haskell-snap/debian/changelog index ec280b787..767011b0d 100644 --- a/p/haskell-snap/debian/changelog +++ b/p/haskell-snap/debian/changelog @@ -1,3 +1,9 @@ +haskell-snap (1.0.0.1-9) unstable; urgency=medium + + * Fix build-depends. + + -- Clint Adams <clint@debian.org> Fri, 21 Jul 2017 11:16:27 -0400 + haskell-snap (1.0.0.1-8) unstable; urgency=medium * Patch testsuite to not use test-framework-smallcheck. diff --git a/p/haskell-snap/debian/control b/p/haskell-snap/debian/control index f7233a1f3..9262e3f22 100644 --- a/p/haskell-snap/debian/control +++ b/p/haskell-snap/debian/control @@ -92,6 +92,7 @@ Build-Depends: libghc-quickcheck2-dev (<< 2.10) <!nocheck>, libghc-smallcheck-dev (>= 1.1.1) <!nocheck>, libghc-smallcheck-dev (<< 1.2) <!nocheck>, + libghc-syb-dev <!nocheck>, libghc-test-framework-dev (>= 0.8.0.3) <!nocheck>, libghc-test-framework-dev (<< 0.9) <!nocheck>, libghc-test-framework-hunit-dev (>= 0.3.0.1) <!nocheck>, |