summaryrefslogtreecommitdiff
path: root/p/haskell-vector/debian
diff options
context:
space:
mode:
authorClint Adams <clint@debian.org>2016-01-10 21:10:33 -0500
committerClint Adams <clint@debian.org>2016-01-10 21:12:58 -0500
commit0cd3852febde3ac80383fec88be43cc15b3600df (patch)
treef803df30e2b6271f3a11f0e8d1428d048b76603a /p/haskell-vector/debian
parentec60559a897a0840e4c4e5ea0846b35fc979ddbf (diff)
downloadDHG_packages-0cd3852febde3ac80383fec88be43cc15b3600df.tar.gz
vector: Upgrading from 0.10.12.3 to 0.11.0.0
Diffstat (limited to 'p/haskell-vector/debian')
-rw-r--r--p/haskell-vector/debian/changelog6
-rw-r--r--p/haskell-vector/debian/patches/no_ann_without_ghci23
2 files changed, 18 insertions, 11 deletions
diff --git a/p/haskell-vector/debian/changelog b/p/haskell-vector/debian/changelog
index 67b003700..078bbd911 100644
--- a/p/haskell-vector/debian/changelog
+++ b/p/haskell-vector/debian/changelog
@@ -1,3 +1,9 @@
+haskell-vector (0.11.0.0-1) unstable; urgency=medium
+
+ * New upstream release
+
+ -- Clint Adams <clint@debian.org> Sun, 10 Jan 2016 21:10:33 -0500
+
haskell-vector (0.10.12.3-4) unstable; urgency=medium
[ Joachim Breitner ]
diff --git a/p/haskell-vector/debian/patches/no_ann_without_ghci b/p/haskell-vector/debian/patches/no_ann_without_ghci
index 01c408374..76630f941 100644
--- a/p/haskell-vector/debian/patches/no_ann_without_ghci
+++ b/p/haskell-vector/debian/patches/no_ann_without_ghci
@@ -5,27 +5,28 @@ Author: Joachim Breitner <nomeata@debian.org>
Bug-Debian: http://bugs.debian.org/640088
Forwarded: no
-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
+--- a/Data/Vector/Fusion/Stream/Monadic.hs
++++ b/Data/Vector/Fusion/Stream/Monadic.hs
+@@ -95,8 +95,10 @@
+ #if __GLASGOW_HASKELL__ >= 708
+ import GHC.Types ( SPEC(..) )
+ #elif __GLASGOW_HASKELL__ >= 700
+#ifndef DEBIAN_NO_GHCI
import GHC.Exts ( SpecConstrAnnotation(..) )
#endif
+#endif
-
+
#include "vector.h"
-
+ #include "MachDeps.h"
+@@ -104,9 +106,11 @@
+ #if __GLASGOW_HASKELL__ < 708
data SPEC = SPEC | SPEC2
#if __GLASGOW_HASKELL__ >= 700
+#ifndef DEBIAN_NO_GHCI
{-# ANN type SPEC ForceSpecConstr #-}
#endif
+ #endif
+#endif
-
+
emptyStream :: String
{-# NOINLINE emptyStream #-}