diff options
author | Clint Adams <clint@debian.org> | 2016-10-14 14:17:04 -0400 |
---|---|---|
committer | Clint Adams <clint@debian.org> | 2016-10-14 14:17:04 -0400 |
commit | 6901fe28c97a8f83aa65834e586f68f84dc4dbe3 (patch) | |
tree | 6962d4ba77f386b04a431d7a957d571dea10c9f8 /p/haskell-stringbuilder | |
parent | 8806a7a60ea9433a882372a5721d30ba47ff80f4 (diff) | |
download | DHG_packages-6901fe28c97a8f83aa65834e586f68f84dc4dbe3.tar.gz |
strinbuilder: build with ghc 8 in experimental
Diffstat (limited to 'p/haskell-stringbuilder')
-rw-r--r-- | p/haskell-stringbuilder/debian/changelog | 8 | ||||
-rw-r--r-- | p/haskell-stringbuilder/debian/control | 37 |
2 files changed, 21 insertions, 24 deletions
diff --git a/p/haskell-stringbuilder/debian/changelog b/p/haskell-stringbuilder/debian/changelog index 84012f70a..17c417bca 100644 --- a/p/haskell-stringbuilder/debian/changelog +++ b/p/haskell-stringbuilder/debian/changelog @@ -1,13 +1,13 @@ -haskell-stringbuilder (0.5.0-5) UNRELEASED; urgency=medium +haskell-stringbuilder (0.5.0-5) 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:36:15 +0300 + -- Clint Adams <clint@debian.org> Fri, 14 Oct 2016 14:16:54 -0400 haskell-stringbuilder (0.5.0-4) unstable; urgency=medium diff --git a/p/haskell-stringbuilder/debian/control b/p/haskell-stringbuilder/debian/control index 6d1ba4268..33534e04d 100644 --- a/p/haskell-stringbuilder/debian/control +++ b/p/haskell-stringbuilder/debian/control @@ -3,15 +3,16 @@ Maintainer: Debian Haskell Group <pkg-haskell-maintainers@lists.alioth.debian.or 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, -Build-Depends-Indep: ghc-doc, + haskell-devscripts (>= 0.10), +Build-Depends-Indep: ghc-doc Standards-Version: 3.9.8 Homepage: http://hackage.haskell.org/package/stringbuilder -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-stringbuilder Vcs-Git: https://anonscm.debian.org/git/pkg-haskell/DHG_packages.git X-Description: writer monad for multi-line string literals This allows the construction of multi-line string literals in a @@ -19,12 +20,10 @@ X-Description: writer monad for multi-line string literals Package: libghc-stringbuilder-dev Architecture: any -Depends: ${haskell:Depends}, - ${shlibs:Depends}, - ${misc:Depends}, -Recommends: ${haskell:Recommends}, -Suggests: ${haskell:Suggests}, -Provides: ${haskell:Provides}, +Depends: ${haskell:Depends}, ${misc:Depends}, ${shlibs:Depends} +Recommends: ${haskell:Recommends} +Suggests: ${haskell:Suggests} +Provides: ${haskell:Provides} Description: ${haskell:ShortDescription}${haskell:ShortBlurb} ${haskell:LongDescription} . @@ -32,11 +31,10 @@ Description: ${haskell:ShortDescription}${haskell:ShortBlurb} Package: libghc-stringbuilder-prof Architecture: any -Depends: ${haskell:Depends}, - ${misc:Depends}, -Recommends: ${haskell:Recommends}, -Suggests: ${haskell:Suggests}, -Provides: ${haskell:Provides}, +Depends: ${haskell:Depends}, ${misc:Depends} +Recommends: ${haskell:Recommends} +Suggests: ${haskell:Suggests} +Provides: ${haskell:Provides} Description: ${haskell:ShortDescription}${haskell:ShortBlurb} ${haskell:LongDescription} . @@ -45,10 +43,9 @@ Description: ${haskell:ShortDescription}${haskell:ShortBlurb} Package: libghc-stringbuilder-doc Architecture: all Section: doc -Depends: ${misc:Depends}, - ${haskell:Depends}, -Recommends: ${haskell:Recommends}, -Suggests: ${haskell:Suggests}, +Depends: ${haskell:Depends}, ${misc:Depends} +Recommends: ${haskell:Recommends} +Suggests: ${haskell:Suggests} Description: ${haskell:ShortDescription}${haskell:ShortBlurb} ${haskell:LongDescription} . |