[Pkg-haskell-commits] darcs: haskell-vector: releasing version 0.9.1-2
Joachim Breitner
mail at joachim-breitner.de
Fri Feb 10 22:52:31 UTC 2012
Fri Feb 10 22:52:15 UTC 2012 Joachim Breitner <mail at joachim-breitner.de>
* releasing version 0.9.1-2
Ignore-this: 5eabb3dd14cd76d690bdf2f1f4f11cc4
M ./changelog -2 +2
M ./patches/no_ann_without_ghci -5 +7
Fri Feb 10 22:52:15 UTC 2012 Joachim Breitner <mail at joachim-breitner.de>
* releasing version 0.9.1-2
Ignore-this: 5eabb3dd14cd76d690bdf2f1f4f11cc4
diff -rN -u old-haskell-vector//changelog new-haskell-vector//changelog
--- old-haskell-vector//changelog 2012-02-10 22:52:31.467606357 +0000
+++ new-haskell-vector//changelog 2012-02-10 22:52:31.475638783 +0000
@@ -1,8 +1,8 @@
-haskell-vector (0.9.1-2) UNRELEASED; urgency=low
+haskell-vector (0.9.1-2) unstable; urgency=low
* Last release lost the debian/patches/series file, re-adding it.
- -- Joachim Breitner <nomeata at debian.org> Fri, 10 Feb 2012 23:44:54 +0100
+ -- Joachim Breitner <nomeata at debian.org> Fri, 10 Feb 2012 23:45:15 +0100
haskell-vector (0.9.1-1) unstable; urgency=low
diff -rN -u old-haskell-vector//patches/no_ann_without_ghci new-haskell-vector//patches/no_ann_without_ghci
--- old-haskell-vector//patches/no_ann_without_ghci 2012-02-10 22:52:31.459248313 +0000
+++ new-haskell-vector//patches/no_ann_without_ghci 2012-02-10 22:52:31.479414244 +0000
@@ -5,9 +5,11 @@
Bug-Debian: http://bugs.debian.org/640088
Forwarded: no
---- haskell-vector-0.9.orig/Data/Vector/Fusion/Stream/Monadic.hs
-+++ haskell-vector-0.9/Data/Vector/Fusion/Stream/Monadic.hs
-@@ -94,15 +94,19 @@ import Data.Int ( Int8, Int16, Int32, I
+Index: haskell-vector-0.9.1/Data/Vector/Fusion/Stream/Monadic.hs
+===================================================================
+--- haskell-vector-0.9.1.orig/Data/Vector/Fusion/Stream/Monadic.hs 2012-02-10 23:48:51.000000000 +0100
++++ haskell-vector-0.9.1/Data/Vector/Fusion/Stream/Monadic.hs 2012-02-10 23:49:04.000000000 +0100
+@@ -94,15 +94,19 @@
import Data.Word ( Word8, Word16, Word32, Word, Word64 )
#if __GLASGOW_HASKELL__ >= 700
@@ -25,5 +27,5 @@
#endif
+#endif
-
- -- | Result of taking a single step in a stream
+ emptyStream :: String
+ {-# NOINLINE emptyStream #-}
More information about the Pkg-haskell-commits
mailing list