Commit fa539353 authored by Clint Adams's avatar Clint Adams
Browse files

edit-distance: enable testsuite

parent 1a1db7ef
Loading
Loading
Loading
Loading
+6 −0
Original line number Diff line number Diff line
haskell-edit-distance (0.2.2.1-7) unstable; urgency=medium

  * Enable testsuite.

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

haskell-edit-distance (0.2.2.1-6) unstable; urgency=medium

  [ Joachim Breitner ]
+4 −0
Original line number Diff line number Diff line
@@ -11,6 +11,10 @@ Build-Depends:
 haskell-devscripts (>= 0.13),
 libghc-random-dev (>= 1.0),
 libghc-random-prof,
 libghc-test-framework-dev (>= 0.1.1),
 libghc-quickcheck2-dev (>= 2.4),
 libghc-quickcheck2-dev (<< 2.12),
 libghc-test-framework-quickcheck2-dev,
Build-Depends-Indep: ghc-doc, libghc-random-doc
Standards-Version: 4.1.4
Homepage: http://github.com/phadej/edit-distance
+11 −0
Original line number Diff line number Diff line
--- a/edit-distance.cabal
+++ b/edit-distance.cabal
@@ -33,7 +33,7 @@
   type:                   exitcode-stdio-1.0
   ghc-options:            -O2 -Wall
   build-depends:          base >= 4.5 && < 5, array >= 0.1, random >= 1.0, containers >= 0.1.0.1,
-                          test-framework >= 0.1.1, QuickCheck >= 2.4 && <2.9, test-framework-quickcheck2
+                          test-framework >= 0.1.1, QuickCheck >= 2.4 && <2.12, test-framework-quickcheck2
 
 benchmark edit-distance-benchmark
   default-language:       Haskell98
+1 −0
Original line number Diff line number Diff line
newer-deps
+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