[Pkg-haskell-commits] darcs: haskell-pipes: New upstream version 4.1.0.

Clint Adams clint at debian.org
Tue Feb 4 23:48:59 UTC 2014


Tue Feb  4 23:48:50 UTC 2014  Clint Adams <clint at debian.org>
  * New upstream version 4.1.0.

    M ./changelog +6
    A ./patches/
    A ./patches/series
    A ./patches/unthreaded-tests.diff
    M ./rules -5

Tue Feb  4 23:48:50 UTC 2014  Clint Adams <clint at debian.org>
  * New upstream version 4.1.0.
diff -rN -u old-haskell-pipes/changelog new-haskell-pipes/changelog
--- old-haskell-pipes/changelog	2014-02-04 23:48:59.085205051 +0000
+++ new-haskell-pipes/changelog	2014-02-04 23:48:59.085205051 +0000
@@ -1,3 +1,9 @@
+haskell-pipes (4.1.0-1) unstable; urgency=medium
+
+  * New upstream version.
+
+ -- Clint Adams <clint at debian.org>  Mon, 03 Feb 2014 21:25:34 -0500
+
 haskell-pipes (4.0.1-3) unstable; urgency=medium
 
   * Gah, got distracted before testing my latest attempt, and uploaded after
diff -rN -u old-haskell-pipes/patches/series new-haskell-pipes/patches/series
--- old-haskell-pipes/patches/series	1970-01-01 00:00:00.000000000 +0000
+++ new-haskell-pipes/patches/series	2014-02-04 23:48:59.089205047 +0000
@@ -0,0 +1 @@
+unthreaded-tests.diff
diff -rN -u old-haskell-pipes/patches/unthreaded-tests.diff new-haskell-pipes/patches/unthreaded-tests.diff
--- old-haskell-pipes/patches/unthreaded-tests.diff	1970-01-01 00:00:00.000000000 +0000
+++ new-haskell-pipes/patches/unthreaded-tests.diff	2014-02-04 23:48:59.089205047 +0000
@@ -0,0 +1,11 @@
+--- a/pipes.cabal
++++ b/pipes.cabal
+@@ -75,7 +75,7 @@
+     Type:             exitcode-stdio-1.0
+     HS-Source-Dirs:   tests
+     Main-Is:          Main.hs
+-    GHC-Options:      -Wall -threaded -rtsopts -with-rtsopts=-N -fno-warn-missing-signatures
++    GHC-Options:      -Wall -rtsopts -fno-warn-missing-signatures
+ 
+     Build-Depends:
+         base                       >= 4       && < 5   ,
diff -rN -u old-haskell-pipes/rules new-haskell-pipes/rules
--- old-haskell-pipes/rules	2014-02-04 23:48:59.085205051 +0000
+++ new-haskell-pipes/rules	2014-02-04 23:48:59.089205047 +0000
@@ -1,9 +1,4 @@
 #!/usr/bin/make -f
 
-# only test this if the threaded runtime is available
-ifneq (,$(wildcard /usr/lib/ghc/libHSrts_thr.a))
-DEB_ENABLE_TESTS = yes
-endif
-
 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