[Pkg-haskell-commits] darcs: haskell-io-choice: New upstream version 0.0.5.
Clint Adams
clint at debian.org
Sun Jul 28 17:12:16 UTC 2013
Sun Jul 28 17:12:10 UTC 2013 Clint Adams <clint at debian.org>
* New upstream version 0.0.5.
M ./changelog +7
M ./control -1 +2
M ./rules +2
Sun Jul 28 17:12:10 UTC 2013 Clint Adams <clint at debian.org>
* New upstream version 0.0.5.
diff -rN -u old-haskell-io-choice/changelog new-haskell-io-choice/changelog
--- old-haskell-io-choice/changelog 2013-07-28 17:12:16.226038425 +0000
+++ new-haskell-io-choice/changelog 2013-07-28 17:12:16.230039677 +0000
@@ -1,3 +1,10 @@
+haskell-io-choice (0.0.5-1) unstable; urgency=low
+
+ * New upstream version.
+ * Enable test suite.
+
+ -- Clint Adams <clint at debian.org> Sun, 28 Jul 2013 13:07:13 -0400
+
haskell-io-choice (0.0.1-3) unstable; urgency=low
* Enable compat level 9
diff -rN -u old-haskell-io-choice/control new-haskell-io-choice/control
--- old-haskell-io-choice/control 2013-07-28 17:12:16.206043955 +0000
+++ new-haskell-io-choice/control 2013-07-28 17:12:16.234042723 +0000
@@ -16,6 +16,8 @@
, libghc-transformers-prof
, libghc-transformers-base-dev
, libghc-transformers-base-prof
+ , ghc-ghci
+ , libghc-hspec-dev
Build-Depends-Indep: ghc-doc
, libghc-lifted-base-doc
, libghc-monad-control-doc
@@ -25,7 +27,6 @@
Homepage: http://hackage.haskell.org/package/io-choice
Vcs-Darcs: http://darcs.debian.org/pkg-haskell/haskell-io-choice
Vcs-Browser: http://darcs.debian.org/cgi-bin/darcsweb.cgi?r=pkg-haskell/haskell-io-choice
-DM-Upload-Allowed: yes
Package: libghc-io-choice-dev
Architecture: any
diff -rN -u old-haskell-io-choice/rules new-haskell-io-choice/rules
--- old-haskell-io-choice/rules 2013-07-28 17:12:16.202042896 +0000
+++ new-haskell-io-choice/rules 2013-07-28 17:12:16.234042723 +0000
@@ -1,4 +1,6 @@
#!/usr/bin/make -f
+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