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

config-ini: enable testsuite

parent 807fa976
Loading
Loading
Loading
Loading
+6 −0
Original line number Diff line number Diff line
haskell-config-ini (0.2.4.0-2) unstable; urgency=medium

  * Enable testsuite.

 -- Clint Adams <clint@debian.org>  Tue, 27 Aug 2019 18:01:59 -0400

haskell-config-ini (0.2.4.0-1) unstable; urgency=medium

  * New upstream version.
+2 −2
Original line number Diff line number Diff line
@@ -16,8 +16,8 @@ Build-Depends: debhelper (>= 10),
 libghc-unordered-containers-dev (<< 0.3),
 libghc-unordered-containers-prof (>= 0.2.7),
 libghc-unordered-containers-prof (<< 0.3),
# libghc-hedgehog-dev,
# libghc-ini-dev,
 libghc-hedgehog-dev,
 libghc-ini-dev,
Build-Depends-Indep: ghc-doc,
 libghc-megaparsec-doc,
 libghc-unordered-containers-doc,
+1 −0
Original line number Diff line number Diff line
setup-hs
+5 −0
Original line number Diff line number Diff line
--- /dev/null
+++ b/Setup.hs
@@ -0,0 +1,2 @@
+import Distribution.Simple
+main = defaultMain
+1 −1
Original line number Diff line number Diff line
#!/usr/bin/make -f

DEB_ENABLE_TESTS = no # needs hedgehog and ini
DEB_ENABLE_TESTS = yes
DEB_SETUP_BIN_NAME = debian/hlibrary.setup
DEB_CABAL_PACKAGE = config-ini
DEB_DEFAULT_COMPILER = ghc