diff options
author | Clint Adams <clint@debian.org> | 2016-10-16 12:11:18 -0400 |
---|---|---|
committer | Clint Adams <clint@debian.org> | 2016-10-16 12:11:18 -0400 |
commit | 5b83f68cd36f487fa9f9cd2fb5718af7f3ea854d (patch) | |
tree | 6bfea83df1fa73aceab800b56bd0a73e8d893cd9 /p/haskell-hxt-http/debian | |
parent | 0e815529619997659e36dd91d144ab8a20b4471e (diff) | |
download | DHG_packages-5b83f68cd36f487fa9f9cd2fb5718af7f3ea854d.tar.gz |
hxt-http: build with ghc 8 in experimental
Diffstat (limited to 'p/haskell-hxt-http/debian')
-rw-r--r-- | p/haskell-hxt-http/debian/changelog | 8 | ||||
-rw-r--r-- | p/haskell-hxt-http/debian/control | 63 |
2 files changed, 43 insertions, 28 deletions
diff --git a/p/haskell-hxt-http/debian/changelog b/p/haskell-hxt-http/debian/changelog index a8d002c84..783ace1a9 100644 --- a/p/haskell-hxt-http/debian/changelog +++ b/p/haskell-hxt-http/debian/changelog @@ -1,13 +1,13 @@ -haskell-hxt-http (9.1.5.2-6) UNRELEASED; urgency=medium +haskell-hxt-http (9.1.5.2-6) 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:34 +0300 + -- Clint Adams <clint@debian.org> Sun, 16 Oct 2016 12:11:12 -0400 haskell-hxt-http (9.1.5.2-5) unstable; urgency=medium diff --git a/p/haskell-hxt-http/debian/control b/p/haskell-hxt-http/debian/control index ffc38202b..b372f95df 100644 --- a/p/haskell-hxt-http/debian/control +++ b/p/haskell-hxt-http/debian/control @@ -1,27 +1,30 @@ Source: haskell-hxt-http Maintainer: Debian Haskell Group <pkg-haskell-maintainers@lists.alioth.debian.org> -Uploaders: TANIGUCHI Takaki <takaki@debian.org> +Uploaders: + TANIGUCHI Takaki <takaki@debian.org>, Priority: extra Section: haskell -Build-Depends: debhelper (>= 9), - haskell-devscripts (>= 0.10), +Build-Depends: cdbs, - ghc, + debhelper (>= 9), + ghc (>= 8), ghc-prof, - libghc-http-dev (>= 1:4000), + haskell-devscripts (>= 0.10), libghc-http-dev (<< 1:5000), + libghc-http-dev (>= 1:4000), libghc-http-prof, - libghc-hxt-dev (>= 9.1), libghc-hxt-dev (<< 10), + libghc-hxt-dev (>= 9.1), libghc-hxt-prof, libghc-network-dev (>= 2.6), libghc-network-prof, libghc-network-uri-dev (>= 2.6), libghc-network-uri-prof, - libghc-parsec3-dev (>= 2.1), libghc-parsec3-dev (<< 4), + libghc-parsec3-dev (>= 2.1), libghc-parsec3-prof, -Build-Depends-Indep: ghc-doc, +Build-Depends-Indep: + ghc-doc, libghc-http-doc, libghc-hxt-doc, libghc-network-doc, @@ -29,17 +32,21 @@ Build-Depends-Indep: ghc-doc, libghc-parsec3-doc, Standards-Version: 3.9.8 Homepage: https://github.com/UweSchmidt/hxt -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-hxt-http Vcs-Git: https://anonscm.debian.org/git/pkg-haskell/DHG_packages.git Package: libghc-hxt-http-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: Interface to native Haskell HTTP package HTTP${haskell:ShortBlurb} This is a part of Haskell XML Toolbox. . @@ -51,12 +58,16 @@ Description: Interface to native Haskell HTTP package HTTP${haskell:ShortBlurb} Package: libghc-hxt-http-prof 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: Interface to native Haskell HTTP package HTTP${haskell:ShortBlurb} This is a part of Haskell XML Toolbox. . @@ -69,12 +80,16 @@ Description: Interface to native Haskell HTTP package HTTP${haskell:ShortBlurb} Package: libghc-hxt-http-doc Architecture: all Section: doc -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: Interface to native Haskell HTTP package HTTP${haskell:ShortBlurb} This is a part of Haskell XML Toolbox. . |