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

retry: enable testsuite

parent 6f5de4ee
Loading
Loading
Loading
Loading
+3 −2
Original line number Diff line number Diff line
haskell-retry (0.7.6.2-2) UNRELEASED; urgency=medium
haskell-retry (0.7.6.2-3) unstable; urgency=medium

  * Set Rules-Requires-Root to no.
  * Enable testsuite.

 -- Clint Adams <clint@debian.org>  Sun, 06 May 2018 22:10:29 -0400
 -- Clint Adams <clint@debian.org>  Sun, 13 May 2018 16:00:41 -0400

haskell-retry (0.7.6.2-1) unstable; urgency=medium

+6 −1
Original line number Diff line number Diff line
@@ -19,13 +19,18 @@ Build-Depends:
 libghc-random-dev (<< 1.2),
 libghc-random-dev (>= 1),
 libghc-random-prof,
 libghc-hunit-dev,
 libghc-tasty-dev,
 libghc-tasty-hunit-dev,
 libghc-tasty-hedgehog-dev,
 libghc-hedgehog-dev,
Build-Depends-Indep:
 ghc-doc,
 libghc-data-default-class-doc,
 libghc-exceptions-doc,
 libghc-random-doc,
Standards-Version: 4.1.4
Homepage: http://github.com/Soostone/retry
Homepage: https://github.com/Soostone/retry
Vcs-Browser: https://salsa.debian.org/haskell-team/DHG_packages/tree/master/p/haskell-retry
Vcs-Git: https://salsa.debian.org/haskell-team/DHG_packages.git
X-Description: Retry combinators for monadic actions that may fail
+1 −0
Original line number Diff line number Diff line
@@ -2,6 +2,7 @@

DEB_CABAL_PACKAGE = retry
DEB_DEFAULT_COMPILER = ghc
DEB_ENABLE_TESTS = yes

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