summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorClint Adams <clint@debian.org>2016-10-17 19:21:47 -0400
committerClint Adams <clint@debian.org>2016-10-17 19:21:47 -0400
commit76225c302530e4c3ea4bc514f9bf6e37ccf5c6df (patch)
treec035d15dfa07da59c52f169a77d8f392680593d5
parent6ad6f1f1f05d00ee54eca9233b062aa198eaf53a (diff)
downloadDHG_packages-76225c302530e4c3ea4bc514f9bf6e37ccf5c6df.tar.gz
network-conduit-tls: build with ghc 8 in experimental
-rw-r--r--p/haskell-network-conduit-tls/debian/changelog6
-rw-r--r--p/haskell-network-conduit-tls/debian/control62
2 files changed, 41 insertions, 27 deletions
diff --git a/p/haskell-network-conduit-tls/debian/changelog b/p/haskell-network-conduit-tls/debian/changelog
index dee25fa9c..3a4d260dc 100644
--- a/p/haskell-network-conduit-tls/debian/changelog
+++ b/p/haskell-network-conduit-tls/debian/changelog
@@ -1,8 +1,8 @@
-haskell-network-conduit-tls (1.2.2-2) UNRELEASED; urgency=medium
+haskell-network-conduit-tls (1.2.2-2) experimental; urgency=medium
- * Fix VCS fields
+ * Temporarily build-depend on ghc 8.
- -- Gianfranco Costamagna <locutusofborg@debian.org> Thu, 02 Jun 2016 19:12:50 +0200
+ -- Clint Adams <clint@debian.org> Mon, 17 Oct 2016 19:21:44 -0400
haskell-network-conduit-tls (1.2.2-1) unstable; urgency=medium
diff --git a/p/haskell-network-conduit-tls/debian/control b/p/haskell-network-conduit-tls/debian/control
index 369b24288..2b399dc22 100644
--- a/p/haskell-network-conduit-tls/debian/control
+++ b/p/haskell-network-conduit-tls/debian/control
@@ -1,25 +1,31 @@
Source: haskell-network-conduit-tls
Maintainer: Debian Haskell Group <pkg-haskell-maintainers@lists.alioth.debian.org>
-Uploaders: Christopher Reichert <creichert07@gmail.com>
+Uploaders:
+ Christopher Reichert <creichert07@gmail.com>,
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-conduit-dev,
libghc-conduit-dev (>= 1.1),
- libghc-conduit-prof,
+ libghc-conduit-extra-dev,
libghc-conduit-extra-dev (>= 1.1),
libghc-conduit-extra-prof,
+ libghc-conduit-prof,
libghc-connection-dev,
libghc-connection-prof,
libghc-cprng-aes-dev,
libghc-cprng-aes-prof,
libghc-data-default-dev,
libghc-data-default-prof,
+ libghc-hunit-dev,
libghc-monad-control-dev,
libghc-monad-control-prof,
+ libghc-mtl-dev,
libghc-network-dev,
libghc-network-prof,
libghc-streaming-commons-dev,
@@ -28,11 +34,8 @@ Build-Depends: debhelper (>= 9),
libghc-tls-prof,
libghc-transformers-base-dev,
libghc-transformers-base-prof,
- libghc-hunit-dev,
- libghc-conduit-dev,
- libghc-conduit-extra-dev,
- libghc-mtl-dev,
-Build-Depends-Indep: ghc-doc,
+Build-Depends-Indep:
+ ghc-doc,
libghc-conduit-doc,
libghc-conduit-extra-doc,
libghc-connection-doc,
@@ -45,19 +48,23 @@ Build-Depends-Indep: ghc-doc,
libghc-transformers-base-doc,
Standards-Version: 3.9.8
Homepage: https://github.com/snoyberg/conduit
-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-network-conduit-tls
Vcs-Git: https://anonscm.debian.org/git/pkg-haskell/DHG_packages.git
-X-Description: Create TLS-aware network code with conduits
+X-Description: create TLS-aware network code with conduits
Uses the tls package for a pure-Haskell implementation.
Package: libghc-network-conduit-tls-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}
.
@@ -65,11 +72,15 @@ Description: ${haskell:ShortDescription}${haskell:ShortBlurb}
Package: libghc-network-conduit-tls-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}
.
@@ -78,10 +89,13 @@ Description: ${haskell:ShortDescription}${haskell:ShortBlurb}
Package: libghc-network-conduit-tls-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}
.