[DHG_packages] 06/06: chell-quickcheck2: build with ghc 8 in experimental
Clint Adams
clint at moszumanska.debian.org
Sun Oct 16 16:49:18 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 f1cd769c2bd6b55ae66af4bc84a08080ad3af3e6
Author: Clint Adams <clint at debian.org>
Date: Sun Oct 16 12:48:52 2016 -0400
chell-quickcheck2: build with ghc 8 in experimental
---
p/haskell-chell-quickcheck2/debian/changelog | 7 +++-
p/haskell-chell-quickcheck2/debian/control | 58 +++++++++++++++++-----------
2 files changed, 41 insertions(+), 24 deletions(-)
diff --git a/p/haskell-chell-quickcheck2/debian/changelog b/p/haskell-chell-quickcheck2/debian/changelog
index b8cf4c6..6c0733a 100644
--- a/p/haskell-chell-quickcheck2/debian/changelog
+++ b/p/haskell-chell-quickcheck2/debian/changelog
@@ -1,4 +1,4 @@
-haskell-chell-quickcheck2 (0.2.5-5) UNRELEASED; urgency=medium
+haskell-chell-quickcheck2 (0.2.5-5) experimental; urgency=medium
[ Dmitry Bogatov ]
* Use secure (https) uri in Vcs-Git field in 'debian/control'
@@ -7,7 +7,10 @@ haskell-chell-quickcheck2 (0.2.5-5) UNRELEASED; urgency=medium
[ Ilias Tsitsimpis ]
* Update d/watch file to use hackage
- -- Dmitry Bogatov <KAction at gnu.org> Tue, 10 May 2016 09:34:56 +0300
+ [ Clint Adams ]
+ * Temporarily build-depend on ghc 8.
+
+ -- Clint Adams <clint at debian.org> Sun, 16 Oct 2016 12:47:55 -0400
haskell-chell-quickcheck2 (0.2.5-4) unstable; urgency=medium
diff --git a/p/haskell-chell-quickcheck2/debian/control b/p/haskell-chell-quickcheck2/debian/control
index deb1207..5f7f75a 100644
--- a/p/haskell-chell-quickcheck2/debian/control
+++ b/p/haskell-chell-quickcheck2/debian/control
@@ -1,38 +1,45 @@
Source: haskell-chell-quickcheck2
Maintainer: Debian Haskell Group <pkg-haskell-maintainers at lists.alioth.debian.org>
-Uploaders: John Millikin <jmillikin at gmail.com>
+Uploaders:
+ John Millikin <jmillikin at gmail.com>,
Priority: optional
Section: haskell
-Build-Depends: debhelper (>= 9),
- haskell-devscripts (>= 0.10),
+Build-Depends:
cdbs,
- ghc,
+ debhelper (>= 9),
+ ghc (>= 8),
ghc-prof,
- libghc-quickcheck2-dev (>= 2.3),
- libghc-quickcheck2-dev (<< 2.9),
- libghc-quickcheck2-prof,
- libghc-chell-dev (>= 0.3),
+ haskell-devscripts (>= 0.10),
libghc-chell-dev (<< 0.5),
+ libghc-chell-dev (>= 0.3),
libghc-chell-prof,
+ libghc-quickcheck2-dev (<< 2.9),
+ libghc-quickcheck2-dev (>= 2.3),
+ libghc-quickcheck2-prof,
libghc-random-dev,
libghc-random-prof,
-Build-Depends-Indep: ghc-doc,
- libghc-quickcheck2-doc,
+Build-Depends-Indep:
+ ghc-doc,
libghc-chell-doc,
+ libghc-quickcheck2-doc,
libghc-random-doc,
Standards-Version: 3.9.8
Homepage: https://john-millikin.com/software/chell/
-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-chell-quickcheck2
Vcs-Git: https://anonscm.debian.org/git/pkg-haskell/DHG_packages.git
Package: libghc-chell-quickcheck2-dev
Architecture: any
-Depends: ${haskell:Depends},
+Depends:
+ ${haskell:Depends},
${misc:Depends},
${shlibs:Depends},
-Recommends: ${haskell:Recommends},
-Suggests: ${haskell:Suggests},
-Provides: ${haskell:Provides},
+Recommends:
+ ${haskell:Recommends},
+Suggests:
+ ${haskell:Suggests},
+Provides:
+ ${haskell:Provides},
Description: QuickCheck2 support for the Chell testing library${haskell:ShortBlurb}
Chell is a simple and intuitive library for automated testing. It natively
supports assertion-based testing, and can use companion libraries to
@@ -45,11 +52,15 @@ Description: QuickCheck2 support for the Chell testing library${haskell:ShortBlu
Package: libghc-chell-quickcheck2-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: QuickCheck2 support for the Chell testing library${haskell:ShortBlurb}
Chell is a simple and intuitive library for automated testing. It natively
supports assertion-based testing, and can use companion libraries to
@@ -63,10 +74,13 @@ Description: QuickCheck2 support for the Chell testing library${haskell:ShortBlu
Package: libghc-chell-quickcheck2-doc
Architecture: all
Section: doc
-Depends: ${haskell:Depends},
+Depends:
+ ${haskell:Depends},
${misc:Depends},
-Recommends: ${haskell:Recommends},
-Suggests: ${haskell:Suggests},
+Recommends:
+ ${haskell:Recommends},
+Suggests:
+ ${haskell:Suggests},
Description: QuickCheck2 support for the Chell testing library${haskell:ShortBlurb}
Chell is a simple and intuitive library for automated testing. It natively
supports assertion-based testing, and can use companion libraries to
--
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