diff options
author | Clint Adams <clint@debian.org> | 2016-10-17 12:25:24 -0400 |
---|---|---|
committer | Clint Adams <clint@debian.org> | 2016-10-17 12:25:24 -0400 |
commit | 165305fc93389e0cb293b1a4153995edcfa3769f (patch) | |
tree | d944acb0e77e874eae8c437f44297f24688fb9c1 /p/haskell-http-common | |
parent | 3e7523179c949605d891bda89ae4310a7afb436f (diff) | |
download | DHG_packages-165305fc93389e0cb293b1a4153995edcfa3769f.tar.gz |
http-common: build with ghc 8 in experimental
Diffstat (limited to 'p/haskell-http-common')
-rw-r--r-- | p/haskell-http-common/debian/changelog | 8 | ||||
-rw-r--r-- | p/haskell-http-common/debian/control | 59 |
2 files changed, 42 insertions, 25 deletions
diff --git a/p/haskell-http-common/debian/changelog b/p/haskell-http-common/debian/changelog index c8a83caec..a04e2f17a 100644 --- a/p/haskell-http-common/debian/changelog +++ b/p/haskell-http-common/debian/changelog @@ -1,13 +1,13 @@ -haskell-http-common (0.8.2.0-3) UNRELEASED; urgency=medium +haskell-http-common (0.8.2.0-3) 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:32 +0300 + -- Clint Adams <clint@debian.org> Mon, 17 Oct 2016 12:25:20 -0400 haskell-http-common (0.8.2.0-2) unstable; urgency=medium diff --git a/p/haskell-http-common/debian/control b/p/haskell-http-common/debian/control index 519f09958..a9401691c 100644 --- a/p/haskell-http-common/debian/control +++ b/p/haskell-http-common/debian/control @@ -1,13 +1,15 @@ Source: haskell-http-common 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-base64-bytestring-dev, libghc-base64-bytestring-prof, libghc-blaze-builder-dev, @@ -22,7 +24,8 @@ Build-Depends: debhelper (>= 9), libghc-text-prof, libghc-unordered-containers-dev, libghc-unordered-containers-prof, -Build-Depends-Indep: ghc-doc, +Build-Depends-Indep: + ghc-doc, libghc-base64-bytestring-doc, libghc-blaze-builder-doc, libghc-case-insensitive-doc, @@ -32,9 +35,9 @@ Build-Depends-Indep: ghc-doc, libghc-unordered-containers-doc, Standards-Version: 3.9.8 Homepage: http://research.operationaldynamics.com/projects/http-streams/ -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-http-common Vcs-Git: https://anonscm.debian.org/git/pkg-haskell/DHG_packages.git -X-Description: Common types for HTTP clients and servers +X-Description: common types for HTTP clients and servers Base types used by a variety of HTTP clients and servers. See http-streams "Network.Http.Client" or pipes-http "Pipes.Http.Client" for full documentation. You can import Network.Http.Types if you like, but both @@ -42,13 +45,18 @@ X-Description: Common types for HTTP clients and servers Package: libghc-http-common-dev Architecture: any -Depends: ${haskell:Depends}, +Depends: + ${haskell:Depends}, ${misc:Depends}, ${shlibs:Depends}, -Recommends: ${haskell:Recommends}, -Suggests: ${haskell:Suggests}, -Conflicts: ${haskell:Conflicts}, -Provides: ${haskell:Provides}, +Recommends: + ${haskell:Recommends}, +Suggests: + ${haskell:Suggests}, +Conflicts: + ${haskell:Conflicts}, +Provides: + ${haskell:Provides}, Description: ${haskell:ShortDescription}${haskell:ShortBlurb} ${haskell:LongDescription} . @@ -56,12 +64,17 @@ Description: ${haskell:ShortDescription}${haskell:ShortBlurb} Package: libghc-http-common-prof Architecture: any -Depends: ${haskell:Depends}, +Depends: + ${haskell:Depends}, ${misc:Depends}, -Recommends: ${haskell:Recommends}, -Suggests: ${haskell:Suggests}, -Conflicts: ${haskell:Conflicts}, -Provides: ${haskell:Provides}, +Recommends: + ${haskell:Recommends}, +Suggests: + ${haskell:Suggests}, +Conflicts: + ${haskell:Conflicts}, +Provides: + ${haskell:Provides}, Description: ${haskell:ShortDescription}${haskell:ShortBlurb} ${haskell:LongDescription} . @@ -70,11 +83,15 @@ Description: ${haskell:ShortDescription}${haskell:ShortBlurb} Package: libghc-http-common-doc Architecture: all Section: doc -Depends: ${haskell:Depends}, +Depends: + ${haskell:Depends}, ${misc:Depends}, -Recommends: ${haskell:Recommends}, -Suggests: ${haskell:Suggests}, -Conflicts: ${haskell:Conflicts}, +Recommends: + ${haskell:Recommends}, +Suggests: + ${haskell:Suggests}, +Conflicts: + ${haskell:Conflicts}, Description: ${haskell:ShortDescription}${haskell:ShortBlurb} ${haskell:LongDescription} . |