diff options
author | Clint Adams <clint@debian.org> | 2016-10-17 16:24:44 -0400 |
---|---|---|
committer | Clint Adams <clint@debian.org> | 2016-10-17 16:24:44 -0400 |
commit | 4d6e381e067426f021524745ce9f24bb249a73b6 (patch) | |
tree | ada36735a7e64c0358a400d0f366899f436a24b8 | |
parent | 835254030892280baaf3073d9fdd4ab075528b77 (diff) | |
download | DHG_packages-4d6e381e067426f021524745ce9f24bb249a73b6.tar.gz |
cryptohash-conduit: build with ghc 8 in experimental
-rw-r--r-- | p/haskell-cryptohash-conduit/debian/changelog | 8 | ||||
-rw-r--r-- | p/haskell-cryptohash-conduit/debian/control | 52 |
2 files changed, 37 insertions, 23 deletions
diff --git a/p/haskell-cryptohash-conduit/debian/changelog b/p/haskell-cryptohash-conduit/debian/changelog index 360b4fa94..1929fa270 100644 --- a/p/haskell-cryptohash-conduit/debian/changelog +++ b/p/haskell-cryptohash-conduit/debian/changelog @@ -1,13 +1,13 @@ -haskell-cryptohash-conduit (0.1.1-7) UNRELEASED; urgency=medium +haskell-cryptohash-conduit (0.1.1-7) experimental; urgency=medium [ Dmitry Bogatov ] * Use secure (https) uri in Vcs-Git field in 'debian/control' * Bump standards version to 3.9.8 (no changes needed) - [ Gianfranco Costamagna ] - * Fix VCS fields + [ Clint Adams ] + * Temporarily build-depend on ghc 8. - -- Dmitry Bogatov <KAction@gnu.org> Tue, 10 May 2016 09:35:04 +0300 + -- Clint Adams <clint@debian.org> Mon, 17 Oct 2016 16:24:40 -0400 haskell-cryptohash-conduit (0.1.1-6) unstable; urgency=medium diff --git a/p/haskell-cryptohash-conduit/debian/control b/p/haskell-cryptohash-conduit/debian/control index f9e9a6d0d..9fa6640d5 100644 --- a/p/haskell-cryptohash-conduit/debian/control +++ b/p/haskell-cryptohash-conduit/debian/control @@ -1,29 +1,32 @@ Source: haskell-cryptohash-conduit Maintainer: Debian Haskell Group <pkg-haskell-maintainers@lists.alioth.debian.org> -Uploaders: Joachim Breitner <nomeata@debian.org> +Uploaders: + Joachim Breitner <nomeata@debian.org>, Priority: extra Section: haskell -Build-Depends: debhelper (>= 9), - haskell-devscripts (>= 0.10), +Build-Depends: cdbs, - ghc, + debhelper (>= 9), + ghc (>= 8), ghc-prof, + haskell-devscripts (>= 0.10), libghc-conduit-dev, - libghc-conduit-prof, libghc-conduit-extra-dev, libghc-conduit-extra-prof, + libghc-conduit-prof, libghc-cryptohash-dev, libghc-cryptohash-prof, libghc-resourcet-dev, libghc-resourcet-prof, -Build-Depends-Indep: ghc-doc, +Build-Depends-Indep: + ghc-doc, libghc-conduit-doc, libghc-conduit-extra-doc, libghc-cryptohash-doc, libghc-resourcet-doc, Standards-Version: 3.9.8 Homepage: http://github.com/vincenthz/hs-cryptohash-conduit -Vcs-Browser: https://anonscm.debian.org/cgit/pkg-haskell/DHG_packages.git/ +Vcs-Browser: https://anonscm.debian.org/cgit/pkg-haskell/DHG_packages.git/tree/p/haskell-cryptohash-conduit Vcs-Git: https://anonscm.debian.org/git/pkg-haskell/DHG_packages.git X-Description: Conduit interface to cryptohash This package supports the cryptohash package, providing conduits as defined in @@ -31,12 +34,16 @@ X-Description: Conduit interface to cryptohash Package: libghc-cryptohash-conduit-dev Architecture: any -Depends: ${haskell:Depends}, - ${shlibs:Depends}, +Depends: + ${haskell:Depends}, ${misc:Depends}, -Recommends: ${haskell:Recommends}, -Suggests: ${haskell:Suggests}, -Provides: ${haskell:Provides}, + ${shlibs:Depends}, +Recommends: + ${haskell:Recommends}, +Suggests: + ${haskell:Suggests}, +Provides: + ${haskell:Provides}, Description: ${haskell:ShortDescription}${haskell:ShortBlurb} ${haskell:LongDescription} . @@ -44,11 +51,15 @@ Description: ${haskell:ShortDescription}${haskell:ShortBlurb} Package: libghc-cryptohash-conduit-prof Architecture: any -Depends: ${haskell:Depends}, +Depends: + ${haskell:Depends}, ${misc:Depends}, -Recommends: ${haskell:Recommends}, -Suggests: ${haskell:Suggests}, -Provides: ${haskell:Provides}, +Recommends: + ${haskell:Recommends}, +Suggests: + ${haskell:Suggests}, +Provides: + ${haskell:Provides}, Description: ${haskell:ShortDescription}${haskell:ShortBlurb} ${haskell:LongDescription} . @@ -57,10 +68,13 @@ Description: ${haskell:ShortDescription}${haskell:ShortBlurb} Package: libghc-cryptohash-conduit-doc Architecture: all Section: doc -Depends: ${misc:Depends}, +Depends: ${haskell:Depends}, -Recommends: ${haskell:Recommends}, -Suggests: ${haskell:Suggests}, + ${misc:Depends}, +Recommends: + ${haskell:Recommends}, +Suggests: + ${haskell:Suggests}, Description: ${haskell:ShortDescription}${haskell:ShortBlurb} ${haskell:LongDescription} . |