diff options
Diffstat (limited to 'p/haskell-dns/debian/control')
| -rw-r--r-- | p/haskell-dns/debian/control | 7 |
1 files changed, 4 insertions, 3 deletions
diff --git a/p/haskell-dns/debian/control b/p/haskell-dns/debian/control index 0b7089f21..34d1b4083 100644 --- a/p/haskell-dns/debian/control +++ b/p/haskell-dns/debian/control @@ -10,8 +10,6 @@ Build-Depends: debhelper (>= 9), ghc-prof, libghc-attoparsec-dev, libghc-attoparsec-prof, - libghc-blaze-builder-dev, - libghc-blaze-builder-prof, libghc-conduit-dev (>= 1.1), libghc-conduit-prof, libghc-conduit-extra-dev (>= 1.1), @@ -26,9 +24,11 @@ Build-Depends: debhelper (>= 9), libghc-random-prof, libghc-resourcet-dev, libghc-resourcet-prof, + libghc-safe-dev (>= 0.3), + libghc-safe-dev (<< 0.4), + libghc-safe-prof, Build-Depends-Indep: ghc-doc, libghc-attoparsec-doc, - libghc-blaze-builder-doc, libghc-conduit-doc, libghc-conduit-extra-doc, libghc-iproute-doc, @@ -36,6 +36,7 @@ Build-Depends-Indep: ghc-doc, libghc-network-doc, libghc-random-doc, libghc-resourcet-doc, + libghc-safe-doc, Standards-Version: 3.9.8 Homepage: http://hackage.haskell.org/package/dns Vcs-Browser: https://anonscm.debian.org/cgit/pkg-haskell/DHG_packages.git/ |
