summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorClint Adams <clint@debian.org>2016-10-17 19:38:23 -0400
committerClint Adams <clint@debian.org>2016-10-17 19:38:23 -0400
commite8bb7d9f70ab39448e4f3aba645a42ea692d028c (patch)
tree977e70e29ea3bc32e57ec8d0dd02c663a2705718
parentce95a3bc24d633695c4d64daa2c95a0b278f46ba (diff)
downloadDHG_packages-e8bb7d9f70ab39448e4f3aba645a42ea692d028c.tar.gz
soap-tls: build with ghc 8 in experimental
-rw-r--r--p/haskell-soap-tls/debian/changelog6
-rw-r--r--p/haskell-soap-tls/debian/control55
2 files changed, 42 insertions, 19 deletions
diff --git a/p/haskell-soap-tls/debian/changelog b/p/haskell-soap-tls/debian/changelog
index fb3864d7a..9ee701411 100644
--- a/p/haskell-soap-tls/debian/changelog
+++ b/p/haskell-soap-tls/debian/changelog
@@ -1,3 +1,9 @@
+haskell-soap-tls (0.1.1.2-2) experimental; urgency=medium
+
+ * Temporarily build-depend on ghc 8.
+
+ -- Clint Adams <clint@debian.org> Mon, 17 Oct 2016 19:38:16 -0400
+
haskell-soap-tls (0.1.1.2-1) unstable; urgency=low
* Initial release
diff --git a/p/haskell-soap-tls/debian/control b/p/haskell-soap-tls/debian/control
index cafe1237b..8408f2421 100644
--- a/p/haskell-soap-tls/debian/control
+++ b/p/haskell-soap-tls/debian/control
@@ -1,13 +1,15 @@
Source: haskell-soap-tls
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.9),
+Build-Depends:
cdbs,
- ghc,
+ debhelper (>= 9),
+ ghc (>= 8),
ghc-prof,
+ haskell-devscripts (>= 0.9),
libghc-configurator-dev,
libghc-configurator-prof,
libghc-connection-dev (>= 0.2),
@@ -30,7 +32,8 @@ Build-Depends: debhelper (>= 9),
libghc-x509-store-prof,
libghc-x509-validation-dev,
libghc-x509-validation-prof,
-Build-Depends-Indep: ghc-doc,
+Build-Depends-Indep:
+ ghc-doc,
libghc-configurator-doc,
libghc-connection-doc,
libghc-data-default-doc,
@@ -52,13 +55,18 @@ X-Description: TLS-enabled SOAP transport (using tls package)
Package: libghc-soap-tls-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}
.
@@ -66,12 +74,17 @@ Description: ${haskell:ShortDescription}${haskell:ShortBlurb}
Package: libghc-soap-tls-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}
.
@@ -80,11 +93,15 @@ Description: ${haskell:ShortDescription}${haskell:ShortBlurb}
Package: libghc-soap-tls-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}
.