diff options
| author | Clint Adams <clint@debian.org> | 2016-10-16 16:19:14 -0400 |
|---|---|---|
| committer | Clint Adams <clint@debian.org> | 2016-10-16 16:19:14 -0400 |
| commit | 404bb5f42775058cbf7861e4e98a421f3a5ad404 (patch) | |
| tree | 565d0562eb9f0afc8a1f2972de87564428dc9974 /p/haskell-pipes-safe | |
| parent | 9c8e97e5b1c39920feda9231a44996d72cf95d3c (diff) | |
| download | DHG_packages-404bb5f42775058cbf7861e4e98a421f3a5ad404.tar.gz | |
pipes-safe: build with ghc 8 in experimental
Diffstat (limited to 'p/haskell-pipes-safe')
| -rw-r--r-- | p/haskell-pipes-safe/debian/changelog | 6 | ||||
| -rw-r--r-- | p/haskell-pipes-safe/debian/control | 60 |
2 files changed, 40 insertions, 26 deletions
diff --git a/p/haskell-pipes-safe/debian/changelog b/p/haskell-pipes-safe/debian/changelog index 7c7c6d0d0..d11a3c122 100644 --- a/p/haskell-pipes-safe/debian/changelog +++ b/p/haskell-pipes-safe/debian/changelog @@ -1,8 +1,8 @@ -haskell-pipes-safe (2.2.4-2) UNRELEASED; urgency=medium +haskell-pipes-safe (2.2.4-2) experimental; urgency=medium - * Fix VCS fields + * Temporarily build-depend on ghc 8. - -- Gianfranco Costamagna <locutusofborg@debian.org> Thu, 02 Jun 2016 19:12:55 +0200 + -- Clint Adams <clint@debian.org> Sun, 16 Oct 2016 16:18:50 -0400 haskell-pipes-safe (2.2.4-1) unstable; urgency=medium diff --git a/p/haskell-pipes-safe/debian/control b/p/haskell-pipes-safe/debian/control index 907fac4ce..feee45196 100644 --- a/p/haskell-pipes-safe/debian/control +++ b/p/haskell-pipes-safe/debian/control @@ -1,29 +1,32 @@ Source: haskell-pipes-safe Maintainer: Debian Haskell Group <pkg-haskell-maintainers@lists.alioth.debian.org> -Uploaders: Clint Adams <clint@debian.org> +Uploaders: + Clint Adams <clint@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-exceptions-dev (>= 0.6), + haskell-devscripts (>= 0.10), libghc-exceptions-dev (<< 0.9), + libghc-exceptions-dev (>= 0.6), libghc-exceptions-prof, - libghc-monad-control-dev (>= 1.0.0.4), libghc-monad-control-dev (<< 1.1), + libghc-monad-control-dev (>= 1.0.0.4), libghc-monad-control-prof, - libghc-mtl-dev (>= 2.1), libghc-mtl-dev (<< 2.3), + libghc-mtl-dev (>= 2.1), libghc-mtl-prof, - libghc-pipes-dev (>= 4.0.0), libghc-pipes-dev (<< 4.3), + libghc-pipes-dev (>= 4.0.0), libghc-pipes-prof, - libghc-transformers-base-dev (>= 0.4.4), libghc-transformers-base-dev (<< 0.5), + libghc-transformers-base-dev (>= 0.4.4), libghc-transformers-base-prof, -Build-Depends-Indep: ghc-doc, +Build-Depends-Indep: + ghc-doc, libghc-exceptions-doc, libghc-monad-control-doc, libghc-mtl-doc, @@ -31,7 +34,7 @@ Build-Depends-Indep: ghc-doc, libghc-transformers-base-doc, Standards-Version: 3.9.8 Homepage: http://hackage.haskell.org/package/pipes-safe -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-pipes-safe Vcs-Git: https://anonscm.debian.org/git/pkg-haskell/DHG_packages.git X-Description: safety for the pipes ecosystem This package adds resource management and exception handling to the @@ -51,12 +54,16 @@ X-Description: safety for the pipes ecosystem Package: libghc-pipes-safe-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} . @@ -64,11 +71,15 @@ Description: ${haskell:ShortDescription}${haskell:ShortBlurb} Package: libghc-pipes-safe-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} . @@ -77,10 +88,13 @@ Description: ${haskell:ShortDescription}${haskell:ShortBlurb} Package: libghc-pipes-safe-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} . |
