[Git][haskell-team/DHG_packages][master] retry: enable testsuite

Clint Adams gitlab at salsa.debian.org
Sun May 13 21:01:35 BST 2018


Clint Adams pushed to branch master at Debian Haskell Group / DHG_packages


Commits:
af5b0b6e by Clint Adams at 2018-05-13T16:00:56-04:00
retry: enable testsuite

- - - - -


3 changed files:

- p/haskell-retry/debian/changelog
- p/haskell-retry/debian/control
- p/haskell-retry/debian/rules


Changes:

=====================================
p/haskell-retry/debian/changelog
=====================================
--- a/p/haskell-retry/debian/changelog
+++ b/p/haskell-retry/debian/changelog
@@ -1,8 +1,9 @@
-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 at debian.org>  Sun, 06 May 2018 22:10:29 -0400
+ -- Clint Adams <clint at debian.org>  Sun, 13 May 2018 16:00:41 -0400
 
 haskell-retry (0.7.6.2-1) unstable; urgency=medium
 


=====================================
p/haskell-retry/debian/control
=====================================
--- a/p/haskell-retry/debian/control
+++ b/p/haskell-retry/debian/control
@@ -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


=====================================
p/haskell-retry/debian/rules
=====================================
--- a/p/haskell-retry/debian/rules
+++ b/p/haskell-retry/debian/rules
@@ -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



View it on GitLab: https://salsa.debian.org/haskell-team/DHG_packages/commit/af5b0b6e5c949536bdca680e346ca355d51b1ffc

---
View it on GitLab: https://salsa.debian.org/haskell-team/DHG_packages/commit/af5b0b6e5c949536bdca680e346ca355d51b1ffc
You're receiving this email because of your account on salsa.debian.org.
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://alioth-lists.debian.net/pipermail/pkg-haskell-commits/attachments/20180513/e0f8abf2/attachment-0001.html>


More information about the Pkg-haskell-commits mailing list