diff options
| author | Clint Adams <clint@debian.org> | 2014-06-10 17:54:36 +0400 |
|---|---|---|
| committer | Clint Adams <clint@debian.org> | 2014-06-10 17:54:36 +0400 |
| commit | 180c143bf23c47638c8a493df4108f9108bd1c2d (patch) | |
| tree | f20d991e56e944b73822efda982d5a7f06bbb5fd /p/haskell-dns | |
| parent | bdb8593b9d42d2bb5c676aeddc982f83db6f8c9c (diff) | |
| download | DHG_packages-180c143bf23c47638c8a493df4108f9108bd1c2d.tar.gz | |
haskell-dns: staging conduit 1.1 transition
Diffstat (limited to 'p/haskell-dns')
| -rw-r--r-- | p/haskell-dns/debian/changelog | 6 | ||||
| -rw-r--r-- | p/haskell-dns/debian/control | 40 |
2 files changed, 23 insertions, 23 deletions
diff --git a/p/haskell-dns/debian/changelog b/p/haskell-dns/debian/changelog index fd5ae27e5..57b8c3af0 100644 --- a/p/haskell-dns/debian/changelog +++ b/p/haskell-dns/debian/changelog @@ -1,3 +1,9 @@ +haskell-dns (1.3.0-1) unstable; urgency=medium + + * New upstream version. + + -- Clint Adams <clint@debian.org> Fri, 06 Jun 2014 17:51:35 -0400 + haskell-dns (1.0.0-1) unstable; urgency=low * Initial debian package. diff --git a/p/haskell-dns/debian/control b/p/haskell-dns/debian/control index c81b1d2c2..5d133e0a7 100644 --- a/p/haskell-dns/debian/control +++ b/p/haskell-dns/debian/control @@ -9,41 +9,35 @@ Build-Depends: cdbs, ghc, ghc-prof, - ghc-doc, libghc-attoparsec-dev, libghc-attoparsec-prof, - libghc-attoparsec-doc, - libghc-attoparsec-conduit-dev, - libghc-attoparsec-conduit-prof, - libghc-attoparsec-conduit-doc, - libghc-binary-dev, - libghc-binary-prof, - libghc-binary-doc, libghc-blaze-builder-dev, libghc-blaze-builder-prof, libghc-blaze-builder-doc, - libghc-conduit-dev (>= 0.5), + libghc-conduit-dev (>= 1.1), libghc-conduit-prof, - libghc-conduit-doc, - libghc-containers-dev, - libghc-containers-prof, - libghc-containers-doc, - libghc-iproute-dev, + libghc-conduit-extra-dev (>= 1.1), + libghc-conduit-extra-prof, + libghc-iproute-dev (>= 1.2.4), libghc-iproute-prof, - libghc-iproute-doc, libghc-mtl-dev, libghc-mtl-prof, - libghc-mtl-doc, - libghc-network-dev, + libghc-network-dev (>= 2.3), libghc-network-prof, - libghc-network-doc, - libghc-network-conduit-dev, - libghc-network-conduit-prof, - libghc-network-conduit-doc, libghc-random-dev, libghc-random-prof, - libghc-random-doc -Standards-Version: 3.9.4 + libghc-resourcet-dev + , libghc-resourcet-prof +Build-Depends-Indep: ghc-doc + , libghc-attoparsec-doc, + , libghc-conduit-doc, + , libghc-conduit-extra-doc, + , libghc-iproute-doc, + , libghc-mtl-doc, + , libghc-network-doc, + , libghc-random-doc + , libghc-resourcet-doc +Standards-Version: 3.9.5 Homepage: http://hackage.haskell.org/package/dns Vcs-Darcs: http://darcs.debian.org/pkg-haskell/haskell-dns Vcs-Browser: http://darcs.debian.org/cgi-bin/darcsweb.cgi?r=pkg-haskell/haskell-dns |
