[DHG_packages] 04/05: hspec-wai: build with ghc 8 in experimental
Clint Adams
clint at moszumanska.debian.org
Mon Oct 17 22:29:08 UTC 2016
This is an automated email from the git hooks/post-receive script.
clint pushed a commit to branch experimental
in repository DHG_packages.
commit 28ecb7c6f2e3a478b02567d7252c305e5ab1954f
Author: Clint Adams <clint at debian.org>
Date: Mon Oct 17 18:26:41 2016 -0400
hspec-wai: build with ghc 8 in experimental
---
p/haskell-hspec-wai/debian/changelog | 6 ++++
p/haskell-hspec-wai/debian/control | 67 ++++++++++++++++++++++--------------
2 files changed, 48 insertions(+), 25 deletions(-)
diff --git a/p/haskell-hspec-wai/debian/changelog b/p/haskell-hspec-wai/debian/changelog
index f9c7eb9..59892d8 100644
--- a/p/haskell-hspec-wai/debian/changelog
+++ b/p/haskell-hspec-wai/debian/changelog
@@ -1,3 +1,9 @@
+haskell-hspec-wai (0.6.6-2) experimental; urgency=medium
+
+ * Temporarily build-depend on ghc 8.
+
+ -- Clint Adams <clint at debian.org> Mon, 17 Oct 2016 18:26:31 -0400
+
haskell-hspec-wai (0.6.6-1) unstable; urgency=low
* Initial release
diff --git a/p/haskell-hspec-wai/debian/control b/p/haskell-hspec-wai/debian/control
index c918328..41f866d 100644
--- a/p/haskell-hspec-wai/debian/control
+++ b/p/haskell-hspec-wai/debian/control
@@ -1,42 +1,45 @@
Source: haskell-hspec-wai
Maintainer: Debian Haskell Group <pkg-haskell-maintainers at lists.alioth.debian.org>
-Uploaders: Clint Adams <clint at debian.org>
+Uploaders:
+ Clint Adams <clint at debian.org>,
Priority: extra
Section: haskell
-Build-Depends: debhelper (>= 9),
- haskell-devscripts (>= 0.9),
+Build-Depends:
cdbs,
- ghc,
+ debhelper (>= 9),
+ ghc (>= 8),
ghc-prof,
- libghc-quickcheck2-dev,
- libghc-quickcheck2-prof,
+ haskell-devscripts (>= 0.9),
libghc-base-compat-dev,
libghc-base-compat-prof,
libghc-case-insensitive-dev,
libghc-case-insensitive-prof,
- libghc-hspec-core-dev (>= 2),
libghc-hspec-core-dev (<< 3),
+ libghc-hspec-core-dev (>= 2),
libghc-hspec-core-prof,
+ libghc-hspec-dev,
libghc-hspec-expectations-dev,
libghc-hspec-expectations-prof,
libghc-http-types-dev,
libghc-http-types-prof,
+ libghc-quickcheck2-dev,
+ libghc-quickcheck2-prof,
libghc-text-dev,
libghc-text-prof,
libghc-wai-dev (>= 3),
- libghc-wai-prof,
libghc-wai-extra-dev (>= 3),
libghc-wai-extra-prof,
+ libghc-wai-prof,
libghc-with-location-dev (>= 0.1.0),
libghc-with-location-prof,
- libghc-hspec-dev,
-Build-Depends-Indep: ghc-doc,
- libghc-quickcheck2-doc,
+Build-Depends-Indep:
+ ghc-doc,
libghc-base-compat-doc,
libghc-case-insensitive-doc,
libghc-hspec-core-doc,
libghc-hspec-expectations-doc,
libghc-http-types-doc,
+ libghc-quickcheck2-doc,
libghc-text-doc,
libghc-wai-doc,
libghc-wai-extra-doc,
@@ -50,13 +53,18 @@ X-Description: hspec support for testing WAI applications
Package: libghc-hspec-wai-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}
.
@@ -64,12 +72,17 @@ Description: ${haskell:ShortDescription}${haskell:ShortBlurb}
Package: libghc-hspec-wai-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}
.
@@ -78,11 +91,15 @@ Description: ${haskell:ShortDescription}${haskell:ShortBlurb}
Package: libghc-hspec-wai-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}
.
--
Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/pkg-haskell/DHG_packages.git
More information about the Pkg-haskell-commits
mailing list