[Pkg-haskell-commits] darcs: haskell-attoparsec: New upstream version 0.10.1.1.

Clint Adams clint at debian.org
Sun Feb 12 22:35:24 UTC 2012


Sun Feb 12 22:35:13 UTC 2012  Clint Adams <clint at debian.org>
  * New upstream version 0.10.1.1.
  Ignore-this: d2901b5fa3da61b6330ea62e16b50e37

    M ./changelog +7
    M ./control +3
    M ./rules +2

Sun Feb 12 22:35:13 UTC 2012  Clint Adams <clint at debian.org>
  * New upstream version 0.10.1.1.
  Ignore-this: d2901b5fa3da61b6330ea62e16b50e37
diff -rN -u old-haskell-attoparsec//changelog new-haskell-attoparsec//changelog
--- old-haskell-attoparsec//changelog	2012-02-12 22:35:24.626761837 +0000
+++ new-haskell-attoparsec//changelog	2012-02-12 22:35:24.631254923 +0000
@@ -1,3 +1,10 @@
+haskell-attoparsec (0.10.1.1-1) unstable; urgency=low
+
+  * New upstream version.
+  * Enable test suite.
+
+ -- Clint Adams <clint at debian.org>  Sun, 12 Feb 2012 17:28:38 -0500
+
 haskell-attoparsec (0.10.1.0-1) unstable; urgency=low
 
   * New upstream version.
diff -rN -u old-haskell-attoparsec//control new-haskell-attoparsec//control
--- old-haskell-attoparsec//control	2012-02-12 22:35:24.626761837 +0000
+++ new-haskell-attoparsec//control	2012-02-12 22:35:24.631254923 +0000
@@ -8,6 +8,9 @@
   , ghc-prof
   , libghc-text-dev (>> 0.11.1.5)
   , libghc-text-prof
+  , libghc-quickcheck2-dev (>> 2.4)
+  , libghc-test-framework-dev (>> 0.4)
+  , libghc-test-framework-quickcheck2-dev (>> 0.2)
 Build-Depends-Indep: ghc-doc
   , libghc-text-doc
 Standards-Version: 3.9.2
diff -rN -u old-haskell-attoparsec//rules new-haskell-attoparsec//rules
--- old-haskell-attoparsec//rules	2012-02-12 22:35:24.626761837 +0000
+++ new-haskell-attoparsec//rules	2012-02-12 22:35:24.631254923 +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