[Git][haskell-team/DHG_packages][master] fgl: enable testsuite
Clint Adams
gitlab at salsa.debian.org
Mon Apr 16 17:36:38 BST 2018
Clint Adams pushed to branch master at Debian Haskell Group / DHG_packages
Commits:
01d55008 by Clint Adams at 2018-04-16T12:36:13-04:00
fgl: enable testsuite
- - - - -
5 changed files:
- p/haskell-fgl/debian/changelog
- p/haskell-fgl/debian/control
- + p/haskell-fgl/debian/patches/newer-quickcheck
- + p/haskell-fgl/debian/patches/series
- p/haskell-fgl/debian/rules
Changes:
=====================================
p/haskell-fgl/debian/changelog
=====================================
--- a/p/haskell-fgl/debian/changelog
+++ b/p/haskell-fgl/debian/changelog
@@ -1,3 +1,9 @@
+haskell-fgl (5.6.0.0-2) unstable; urgency=medium
+
+ * Enable testsuite.
+
+ -- Clint Adams <clint at debian.org> Mon, 16 Apr 2018 12:35:37 -0400
+
haskell-fgl (5.6.0.0-1) unstable; urgency=medium
[ Ilias Tsitsimpis ]
=====================================
p/haskell-fgl/debian/control
=====================================
--- a/p/haskell-fgl/debian/control
+++ b/p/haskell-fgl/debian/control
@@ -8,6 +8,10 @@ Build-Depends: debhelper (>= 9),
cdbs,
ghc (>= 8),
ghc-prof,
+ libghc-quickcheck2-dev (>= 2.8),
+ libghc-quickcheck2-dev (<< 2.12),
+ libghc-hspec-dev (>= 2.1),
+ libghc-hspec-dev (<< 2.5),
Build-Depends-Indep: ghc-doc,
Standards-Version: 4.1.4
Homepage: http://hackage.haskell.org/package/fgl
=====================================
p/haskell-fgl/debian/patches/newer-quickcheck
=====================================
--- /dev/null
+++ b/p/haskell-fgl/debian/patches/newer-quickcheck
@@ -0,0 +1,11 @@
+--- a/fgl.cabal
++++ b/fgl.cabal
+@@ -90,7 +90,7 @@
+
+ build-depends: fgl
+ , base
+- , QuickCheck >= 2.8 && < 2.10
++ , QuickCheck >= 2.8 && < 2.12
+ , hspec >= 2.1 && < 2.5
+ , containers
+
=====================================
p/haskell-fgl/debian/patches/series
=====================================
--- /dev/null
+++ b/p/haskell-fgl/debian/patches/series
@@ -0,0 +1 @@
+newer-quickcheck
=====================================
p/haskell-fgl/debian/rules
=====================================
--- a/p/haskell-fgl/debian/rules
+++ b/p/haskell-fgl/debian/rules
@@ -1,4 +1,6 @@
#!/usr/bin/make -f
+DEB_ENABLE_TESTS = yes
+
include /usr/share/cdbs/1/rules/debhelper.mk
include /usr/share/cdbs/1/class/hlibrary.mk
View it on GitLab: https://salsa.debian.org/haskell-team/DHG_packages/commit/01d550081206584ff219c8829b43c6f9907f416d
---
View it on GitLab: https://salsa.debian.org/haskell-team/DHG_packages/commit/01d550081206584ff219c8829b43c6f9907f416d
You're receiving this email because of your account on salsa.debian.org.
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://alioth-lists.debian.net/pipermail/pkg-haskell-commits/attachments/20180416/d590406a/attachment-0001.html>
More information about the Pkg-haskell-commits
mailing list