diff options
author | Clint Adams <clint@debian.org> | 2017-07-16 20:47:47 -0400 |
---|---|---|
committer | Clint Adams <clint@debian.org> | 2017-07-16 20:47:47 -0400 |
commit | eb84eec2506428f1d63f26176d00ee3e5c0a8306 (patch) | |
tree | 324514952929efe10676fe5f5532da7dd1cccdd8 /p/haskell-servant/debian | |
parent | bae5c5817c261311e007eba134a6e7674b04dfc7 (diff) | |
download | DHG_packages-eb84eec2506428f1d63f26176d00ee3e5c0a8306.tar.gz |
servant: fix build dependencies. closes: #868620
Diffstat (limited to 'p/haskell-servant/debian')
-rw-r--r-- | p/haskell-servant/debian/changelog | 6 | ||||
-rw-r--r-- | p/haskell-servant/debian/control | 8 |
2 files changed, 11 insertions, 3 deletions
diff --git a/p/haskell-servant/debian/changelog b/p/haskell-servant/debian/changelog index b57b72f9f..0bcba7420 100644 --- a/p/haskell-servant/debian/changelog +++ b/p/haskell-servant/debian/changelog @@ -1,3 +1,9 @@ +haskell-servant (0.9.1.1-2) unstable; urgency=medium + + * Fix build dependencies. closes: #868620. + + -- Clint Adams <clint@debian.org> Sun, 16 Jul 2017 20:40:42 -0400 + haskell-servant (0.9.1.1-1) unstable; urgency=medium * New upstream version. diff --git a/p/haskell-servant/debian/control b/p/haskell-servant/debian/control index 6a28106af..37f15a35e 100644 --- a/p/haskell-servant/debian/control +++ b/p/haskell-servant/debian/control @@ -40,8 +40,6 @@ Build-Depends: libghc-network-uri-dev (<< 2.7), libghc-network-uri-dev (>= 2.6), libghc-network-uri-prof, - libghc-quickcheck-instances-dev, - libghc-quickcheck2-dev, libghc-string-conversions-dev, libghc-string-conversions-dev (<< 0.5), libghc-string-conversions-dev (>= 0.3), @@ -49,10 +47,14 @@ Build-Depends: libghc-text-dev (<< 1.3), libghc-text-dev (>= 1), libghc-text-prof, - libghc-url-dev, libghc-vault-dev (<< 0.4), libghc-vault-dev (>= 0.3), libghc-vault-prof, + libghc-hspec-dev (>= 2) <!nocheck>, + libghc-hspec-dev (<< 3) <!nocheck>, + libghc-quickcheck-instances-dev <!nocheck>, + libghc-quickcheck2-dev <!nocheck>, + libghc-url-dev <!nocheck>, libghc-doctest-dev <!nocheck>, libghc-filemanip-dev <!nocheck>, Build-Depends-Indep: |