Commit 8141269c authored by Clint Adams's avatar Clint Adams
Browse files

random: enable testsuite

parent 8428a0c1
Loading
Loading
Loading
Loading
+6 −0
Original line number Diff line number Diff line
haskell-random (1.1-11) unstable; urgency=medium

  * Enable testsuite.

 -- Clint Adams <clint@debian.org>  Mon, 29 Jul 2019 18:00:48 -0400

haskell-random (1.1-10) unstable; urgency=medium

  * Explicitly set DEB_CABAL_PACKAGE in rules file.
+1 −0
Original line number Diff line number Diff line
@@ -19,6 +19,7 @@ X-Description: random number generator for Haskell
 the ability to split random number generators.
 .
 ${haskell:Blurb}

Package: libghc-random-dev
Architecture: any
Depends: ${haskell:Depends},
+1 −0
Original line number Diff line number Diff line
#!/usr/bin/make -f

DEB_ENABLE_TESTS = yes
DEB_SETUP_BIN_NAME = debian/hlibrary.setup
DEB_CABAL_PACKAGE = random
DEB_DEFAULT_COMPILER = ghc