[Pkg-haskell-commits] darcs: haskell-network-conduit-tls: Add libghc-hunit-dev to package dependencies and enable testing.

Christopher Reichert creichert07 at gmail.com
Sun Nov 23 00:51:36 UTC 2014


Sun Nov 23 00:48:59 UTC 2014  Christopher Reichert <creichert07 at gmail.com>
  * Add libghc-hunit-dev to package dependencies and enable testing.

    M ./control +1
    M ./rules -1 +1

Sun Nov 23 00:48:59 UTC 2014  Christopher Reichert <creichert07 at gmail.com>
  * Add libghc-hunit-dev to package dependencies and enable testing.
diff -rN -u old-haskell-network-conduit-tls/control new-haskell-network-conduit-tls/control
--- old-haskell-network-conduit-tls/control	2014-11-23 00:51:36.340164484 +0000
+++ new-haskell-network-conduit-tls/control	2014-11-23 00:51:36.340164484 +0000
@@ -18,6 +18,7 @@
   , libghc-cprng-aes-prof
   , libghc-data-default-dev
   , libghc-data-default-prof
+  , libghc-hunit-dev
   , libghc-monad-control-dev
   , libghc-monad-control-prof
   , libghc-network-dev
diff -rN -u old-haskell-network-conduit-tls/rules new-haskell-network-conduit-tls/rules
--- old-haskell-network-conduit-tls/rules	2014-11-23 00:51:36.340164484 +0000
+++ new-haskell-network-conduit-tls/rules	2014-11-23 00:51:36.340164484 +0000
@@ -1,6 +1,6 @@
 #!/usr/bin/make -f
 
-#DEB_ENABLE_TESTS = yes
+DEB_ENABLE_TESTS = yes
 
 include /usr/share/cdbs/1/rules/debhelper.mk
 include /usr/share/cdbs/1/class/hlibrary.mk




More information about the Pkg-haskell-commits mailing list