summaryrefslogtreecommitdiff
path: root/p/haskell-io-streams
diff options
context:
space:
mode:
authorClint Adams <clint@debian.org>2016-10-17 15:08:05 -0400
committerClint Adams <clint@debian.org>2016-10-17 15:08:05 -0400
commitc67bf72cbd9b606a24cabdecbbedde47e5d02f10 (patch)
treec4c73e44b68189bcdada85075ed38d6bf00e6838 /p/haskell-io-streams
parent935bc069d1a677cd8837c0a94bf6e3fd1a656c83 (diff)
downloadDHG_packages-c67bf72cbd9b606a24cabdecbbedde47e5d02f10.tar.gz
io-streams: build with ghc 8 in experimental
Diffstat (limited to 'p/haskell-io-streams')
-rw-r--r--p/haskell-io-streams/debian/changelog6
-rw-r--r--p/haskell-io-streams/debian/control71
2 files changed, 47 insertions, 30 deletions
diff --git a/p/haskell-io-streams/debian/changelog b/p/haskell-io-streams/debian/changelog
index 7bb41d622..0231f880e 100644
--- a/p/haskell-io-streams/debian/changelog
+++ b/p/haskell-io-streams/debian/changelog
@@ -1,8 +1,8 @@
-haskell-io-streams (1.3.5.0-2) UNRELEASED; urgency=medium
+haskell-io-streams (1.3.5.0-2) experimental; urgency=medium
- * Fix VCS fields
+ * Temporarily build-depend on ghc 8.
- -- Gianfranco Costamagna <locutusofborg@debian.org> Thu, 02 Jun 2016 19:12:41 +0200
+ -- Clint Adams <clint@debian.org> Mon, 17 Oct 2016 15:07:56 -0400
haskell-io-streams (1.3.5.0-1) unstable; urgency=medium
diff --git a/p/haskell-io-streams/debian/control b/p/haskell-io-streams/debian/control
index dcab763ac..2315b9187 100644
--- a/p/haskell-io-streams/debian/control
+++ b/p/haskell-io-streams/debian/control
@@ -1,32 +1,35 @@
Source: haskell-io-streams
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,
- libghc-attoparsec-dev (>= 0.10),
+ haskell-devscripts (>= 0.10),
libghc-attoparsec-dev (<< 0.14),
+ libghc-attoparsec-dev (>= 0.10),
libghc-attoparsec-prof,
- libghc-network-dev (>= 2.3),
libghc-network-dev (<< 2.7),
+ libghc-network-dev (>= 2.3),
libghc-network-prof,
- libghc-primitive-dev (>= 0.2),
libghc-primitive-dev (<< 0.7),
+ libghc-primitive-dev (>= 0.2),
libghc-primitive-prof,
- libghc-text-dev (>= 0.10),
libghc-text-dev (<< 1.3),
+ libghc-text-dev (>= 0.10),
libghc-text-prof,
- libghc-vector-dev (>= 0.7),
libghc-vector-dev (<< 0.12),
+ libghc-vector-dev (>= 0.7),
libghc-vector-prof,
- libghc-zlib-bindings-dev (>= 0.1),
libghc-zlib-bindings-dev (<< 0.2),
+ libghc-zlib-bindings-dev (>= 0.1),
libghc-zlib-bindings-prof,
-Build-Depends-Indep: ghc-doc,
+Build-Depends-Indep:
+ ghc-doc,
libghc-attoparsec-doc,
libghc-network-doc,
libghc-primitive-doc,
@@ -35,22 +38,27 @@ Build-Depends-Indep: ghc-doc,
libghc-zlib-bindings-doc,
Standards-Version: 3.9.8
Homepage: http://hackage.haskell.org/package/io-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-io-streams
Vcs-Git: https://anonscm.debian.org/git/pkg-haskell/DHG_packages.git
-X-Description: Simple, composable, and easy-to-use stream I/O
+X-Description: simple, composable, and easy-to-use stream I/O
The io-streams library contains simple and easy-to-use primitives for I/O
using streams. Most users will want to import the top-level convenience
module "System.IO.Streams", which re-exports most of the library.
Package: libghc-io-streams-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}
.
@@ -58,12 +66,17 @@ Description: ${haskell:ShortDescription}${haskell:ShortBlurb}
Package: libghc-io-streams-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}
.
@@ -72,11 +85,15 @@ Description: ${haskell:ShortDescription}${haskell:ShortBlurb}
Package: libghc-io-streams-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}
.