summaryrefslogtreecommitdiff
path: root/p
diff options
context:
space:
mode:
authorClint Adams <clint@debian.org>2016-10-16 14:21:14 -0400
committerClint Adams <clint@debian.org>2016-10-16 14:21:14 -0400
commit886bb7b23395bc3eaec82d4f0053906fca95afe4 (patch)
tree833fb3a6a7e4553a59ea8eda5333d7250d87b378 /p
parent7ada28b34a1a11f99273551082dd199c82c7973d (diff)
downloadDHG_packages-886bb7b23395bc3eaec82d4f0053906fca95afe4.tar.gz
quickcheck-safe: build with ghc 8 in experimental
Diffstat (limited to 'p')
-rw-r--r--p/haskell-quickcheck-safe/debian/changelog8
-rw-r--r--p/haskell-quickcheck-safe/debian/control59
2 files changed, 42 insertions, 25 deletions
diff --git a/p/haskell-quickcheck-safe/debian/changelog b/p/haskell-quickcheck-safe/debian/changelog
index 94740d6de..cfa43deb6 100644
--- a/p/haskell-quickcheck-safe/debian/changelog
+++ b/p/haskell-quickcheck-safe/debian/changelog
@@ -1,13 +1,13 @@
-haskell-quickcheck-safe (0.1.0.1-3) UNRELEASED; urgency=medium
+haskell-quickcheck-safe (0.1.0.1-3) experimental; urgency=medium
[ Dmitry Bogatov ]
* Use secure (https) uri in Vcs-Git field in 'debian/control'
* Bump standards version to 3.9.8 (no changes needed)
- [ Gianfranco Costamagna ]
- * Fix VCS fields
+ [ Clint Adams ]
+ * Temporarily build-depend on ghc 8.
- -- Dmitry Bogatov <KAction@gnu.org> Tue, 10 May 2016 09:36:03 +0300
+ -- Clint Adams <clint@debian.org> Sun, 16 Oct 2016 14:21:06 -0400
haskell-quickcheck-safe (0.1.0.1-2) unstable; urgency=medium
diff --git a/p/haskell-quickcheck-safe/debian/control b/p/haskell-quickcheck-safe/debian/control
index d1b9235e7..f8e388e43 100644
--- a/p/haskell-quickcheck-safe/debian/control
+++ b/p/haskell-quickcheck-safe/debian/control
@@ -1,21 +1,24 @@
Source: haskell-quickcheck-safe
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-quickcheck2-dev (>= 2.7),
+ haskell-devscripts (>= 0.10),
libghc-quickcheck2-dev (<< 2.9),
+ libghc-quickcheck2-dev (>= 2.7),
libghc-quickcheck2-prof,
-Build-Depends-Indep: ghc-doc,
+Build-Depends-Indep:
+ ghc-doc,
libghc-quickcheck2-doc,
Standards-Version: 3.9.8
Homepage: http://hackage.haskell.org/package/QuickCheck-safe
-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-quickcheck-safe
Vcs-Git: https://anonscm.debian.org/git/pkg-haskell/DHG_packages.git
X-Description: Safe reimplementation of QuickCheck's core
QuickCheck-safe reimplements the quickCheck functionality with a pure
@@ -34,13 +37,18 @@ X-Description: Safe reimplementation of QuickCheck's core
Package: libghc-quickcheck-safe-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}
.
@@ -48,12 +56,17 @@ Description: ${haskell:ShortDescription}${haskell:ShortBlurb}
Package: libghc-quickcheck-safe-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}
.
@@ -62,11 +75,15 @@ Description: ${haskell:ShortDescription}${haskell:ShortBlurb}
Package: libghc-quickcheck-safe-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}
.