summaryrefslogtreecommitdiff
path: root/p/haskell-wl-pprint-extras
diff options
context:
space:
mode:
authorClint Adams <clint@debian.org>2016-10-17 18:39:02 -0400
committerClint Adams <clint@debian.org>2016-10-17 18:39:02 -0400
commitfb2313b0039d8668f40b199ac8cc3d8745621464 (patch)
treee4710be83f2b957e573756ce34024e01d27dcebe /p/haskell-wl-pprint-extras
parent7800d6bf921401c1520d829ed837069d0473f391 (diff)
downloadDHG_packages-fb2313b0039d8668f40b199ac8cc3d8745621464.tar.gz
wl-pprint-extras: build with ghc 8 in experimental
Diffstat (limited to 'p/haskell-wl-pprint-extras')
-rw-r--r--p/haskell-wl-pprint-extras/debian/changelog8
-rw-r--r--p/haskell-wl-pprint-extras/debian/control64
2 files changed, 43 insertions, 29 deletions
diff --git a/p/haskell-wl-pprint-extras/debian/changelog b/p/haskell-wl-pprint-extras/debian/changelog
index 870d0ced9..f8108aeb4 100644
--- a/p/haskell-wl-pprint-extras/debian/changelog
+++ b/p/haskell-wl-pprint-extras/debian/changelog
@@ -1,13 +1,13 @@
-haskell-wl-pprint-extras (3.5.0.5-4) UNRELEASED; urgency=medium
+haskell-wl-pprint-extras (3.5.0.5-4) 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:31 +0300
+ -- Clint Adams <clint@debian.org> Mon, 17 Oct 2016 18:38:58 -0400
haskell-wl-pprint-extras (3.5.0.5-3) unstable; urgency=medium
diff --git a/p/haskell-wl-pprint-extras/debian/control b/p/haskell-wl-pprint-extras/debian/control
index 7c243bde5..1ebda1d29 100644
--- a/p/haskell-wl-pprint-extras/debian/control
+++ b/p/haskell-wl-pprint-extras/debian/control
@@ -1,36 +1,39 @@
Source: haskell-wl-pprint-extras
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-semigroupoids-dev (>= 3),
+ haskell-devscripts (>= 0.10),
+ libghc-hunit-dev,
libghc-semigroupoids-dev (<< 6),
+ libghc-semigroupoids-dev (>= 3),
libghc-semigroupoids-prof,
- libghc-semigroups-dev (>= 0.9),
libghc-semigroups-dev (<< 1),
+ libghc-semigroups-dev (>= 0.9),
libghc-semigroups-prof,
- libghc-text-dev (>= 0.11),
+ libghc-test-framework-dev,
+ libghc-test-framework-hunit-dev,
libghc-text-dev (<< 1.3),
+ libghc-text-dev (>= 0.11),
libghc-text-prof,
- libghc-utf8-string-dev (>= 0.3.6),
libghc-utf8-string-dev (<< 1.1),
+ libghc-utf8-string-dev (>= 0.3.6),
libghc-utf8-string-prof,
- libghc-hunit-dev,
- libghc-test-framework-dev,
- libghc-test-framework-hunit-dev,
-Build-Depends-Indep: ghc-doc,
+Build-Depends-Indep:
+ ghc-doc,
libghc-semigroupoids-doc,
libghc-semigroups-doc,
libghc-text-doc,
libghc-utf8-string-doc,
Standards-Version: 3.9.8
Homepage: http://github.com/ekmett/wl-pprint-extras/
-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-wl-pprint-extras
Vcs-Git: https://anonscm.debian.org/git/pkg-haskell/DHG_packages.git
X-Description: free monad based on the Wadler/Leijen pretty printer
This is an implementation of the pretty printing combinators described
@@ -47,12 +50,16 @@ X-Description: free monad based on the Wadler/Leijen pretty printer
Package: libghc-wl-pprint-extras-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}
.
@@ -60,11 +67,15 @@ Description: ${haskell:ShortDescription}${haskell:ShortBlurb}
Package: libghc-wl-pprint-extras-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}
.
@@ -73,10 +84,13 @@ Description: ${haskell:ShortDescription}${haskell:ShortBlurb}
Package: libghc-wl-pprint-extras-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}
.