Commit 01d55008 authored by Clint Adams's avatar Clint Adams
Browse files

fgl: enable testsuite

parent 483ba007
Loading
Loading
Loading
Loading
+6 −0
Original line number Diff line number Diff line
haskell-fgl (5.6.0.0-2) unstable; urgency=medium

  * Enable testsuite.

 -- Clint Adams <clint@debian.org>  Mon, 16 Apr 2018 12:35:37 -0400

haskell-fgl (5.6.0.0-1) unstable; urgency=medium

  [ Ilias Tsitsimpis ]
+4 −0
Original line number Diff line number Diff line
@@ -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
+11 −0
Original line number Diff line number Diff line
--- 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
 
+1 −0
Original line number Diff line number Diff line
newer-quickcheck
+2 −0
Original line number Diff line number Diff line
#!/usr/bin/make -f

DEB_ENABLE_TESTS = yes

include /usr/share/cdbs/1/rules/debhelper.mk
include /usr/share/cdbs/1/class/hlibrary.mk