[Pkg-haskell-commits] darcs: haskell-path-pieces: New upstream version 0.1.2.

Clint Adams clint at debian.org
Sat Oct 20 15:08:23 UTC 2012


Sat Oct 20 15:08:15 UTC 2012  Clint Adams <clint at debian.org>
  * New upstream version 0.1.2.
  Ignore-this: 9ceaa28fa373ca3e61dc2a8ba0562469

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

Sat Oct 20 15:08:15 UTC 2012  Clint Adams <clint at debian.org>
  * New upstream version 0.1.2.
  Ignore-this: 9ceaa28fa373ca3e61dc2a8ba0562469
diff -rN -u old-haskell-path-pieces//changelog new-haskell-path-pieces//changelog
--- old-haskell-path-pieces//changelog	2012-10-20 15:08:23.120069847 +0000
+++ new-haskell-path-pieces//changelog	2012-10-20 15:08:23.127720150 +0000
@@ -1,3 +1,10 @@
+haskell-path-pieces (0.1.2-1) experimental; urgency=low
+
+  * New upstream version.
+  * Enable test suite.
+
+ -- Clint Adams <clint at debian.org>  Sat, 20 Oct 2012 10:19:25 -0400
+
 haskell-path-pieces (0.1.0-2) experimental; urgency=low
 
   * Depend on haskell-devscripts 0.8.13 to ensure this packages is built
diff -rN -u old-haskell-path-pieces//control new-haskell-path-pieces//control
--- old-haskell-path-pieces//control	2012-10-20 15:08:23.106232717 +0000
+++ new-haskell-path-pieces//control	2012-10-20 15:08:23.127720150 +0000
@@ -9,8 +9,13 @@
   , ghc
   , ghc-prof
   , ghc-ghci
+  , libghc-text-dev (>> 0.5)
   , libghc-text-dev (<< 0.12)
   , libghc-text-prof
+  , libghc-hspec-dev (>> 1.3)
+  , libghc-file-location-dev (>> 0.4)
+  , libghc-file-location-dev (<< 0.5)
+  , libghc-quickcheck2-dev
 Build-Depends-Indep: ghc-doc
   , libghc-text-doc
 Standards-Version: 3.9.4
diff -rN -u old-haskell-path-pieces//rules new-haskell-path-pieces//rules
--- old-haskell-path-pieces//rules	2012-10-20 15:08:23.106232717 +0000
+++ new-haskell-path-pieces//rules	2012-10-20 15:08:23.131721083 +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