summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorClint Adams <clint@debian.org>2016-10-17 16:12:31 -0400
committerClint Adams <clint@debian.org>2016-10-17 16:12:31 -0400
commitc0174acc63399fcc63808d36eb67b01aa85cdf93 (patch)
tree7b44f0b87590f57b3f4df33f4faf19784580d74a
parent53083e9c1e6e8edc089e43c81c4c9d8b4d0ce298 (diff)
downloadDHG_packages-c0174acc63399fcc63808d36eb67b01aa85cdf93.tar.gz
wai: build with ghc 8 in experimental
-rw-r--r--p/haskell-wai/debian/changelog6
-rw-r--r--p/haskell-wai/debian/control58
2 files changed, 39 insertions, 25 deletions
diff --git a/p/haskell-wai/debian/changelog b/p/haskell-wai/debian/changelog
index f83f5645d..0dc6b4e65 100644
--- a/p/haskell-wai/debian/changelog
+++ b/p/haskell-wai/debian/changelog
@@ -1,8 +1,8 @@
-haskell-wai (3.2.1.1-2) UNRELEASED; urgency=medium
+haskell-wai (3.2.1.1-2) experimental; urgency=medium
- * Fix VCS fields
+ * Temporarily build-depend on ghc 8.
- -- Gianfranco Costamagna <locutusofborg@debian.org> Thu, 02 Jun 2016 19:13:12 +0200
+ -- Clint Adams <clint@debian.org> Mon, 17 Oct 2016 16:12:27 -0400
haskell-wai (3.2.1.1-1) unstable; urgency=medium
diff --git a/p/haskell-wai/debian/control b/p/haskell-wai/debian/control
index ec2243421..65d8e6a34 100644
--- a/p/haskell-wai/debian/control
+++ b/p/haskell-wai/debian/control
@@ -1,28 +1,31 @@
Source: haskell-wai
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-blaze-builder-dev (>= 0.2.1.4),
+ haskell-devscripts (>= 0.10),
+ libghc-blaze-builder-dev,
libghc-blaze-builder-dev (<< 0.5),
+ libghc-blaze-builder-dev (>= 0.2.1.4),
libghc-blaze-builder-prof,
+ libghc-hspec-dev,
libghc-http-types-dev (>= 0.7),
libghc-http-types-prof,
libghc-network-dev (>= 2.2.1.5),
libghc-network-prof,
libghc-text-dev (>= 0.7),
libghc-text-prof,
- libghc-vault-dev (>= 0.3),
libghc-vault-dev (<< 0.4),
+ libghc-vault-dev (>= 0.3),
libghc-vault-prof,
- libghc-blaze-builder-dev,
- libghc-hspec-dev,
-Build-Depends-Indep: ghc-doc,
+Build-Depends-Indep:
+ ghc-doc,
libghc-blaze-builder-doc,
libghc-http-types-doc,
libghc-network-doc,
@@ -30,17 +33,21 @@ Build-Depends-Indep: ghc-doc,
libghc-vault-doc,
Standards-Version: 3.9.8
Homepage: https://github.com/yesodweb/wai
-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-wai
Vcs-Git: https://anonscm.debian.org/git/pkg-haskell/DHG_packages.git
Package: libghc-wai-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: web application interface${haskell:ShortBlurb}
It provides a common protocol for communication between web
applications and web servers.
@@ -49,11 +56,15 @@ Description: web application interface${haskell:ShortBlurb}
Package: libghc-wai-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: web application interface${haskell:ShortBlurb}
It provides a common protocol for communication between web
applications and web servers.
@@ -63,10 +74,13 @@ Description: web application interface${haskell:ShortBlurb}
Package: libghc-wai-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: web application interface${haskell:ShortBlurb}
It provides a common protocol for communication between web
applications and web servers.