[DHG_packages] 01/01: vector: Upgrading from 0.10.12.3 to 0.11.0.0

Clint Adams clint at moszumanska.debian.org
Mon Jan 11 02:13:22 UTC 2016


This is an automated email from the git hooks/post-receive script.

clint pushed a commit to branch master
in repository DHG_packages.

commit 0cd3852febde3ac80383fec88be43cc15b3600df
Author: Clint Adams <clint at debian.org>
Date:   Sun Jan 10 21:10:33 2016 -0500

    vector: Upgrading from 0.10.12.3 to 0.11.0.0
---
 p/haskell-vector/debian/changelog                  |  6 ++++++
 .../debian/patches/no_ann_without_ghci             | 23 +++++++++++-----------
 2 files changed, 18 insertions(+), 11 deletions(-)

diff --git a/p/haskell-vector/debian/changelog b/p/haskell-vector/debian/changelog
index 67b0037..078bbd9 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 at 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 01c4083..76630f9 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 at 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 #-}

-- 
Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/pkg-haskell/DHG_packages.git



More information about the Pkg-haskell-commits mailing list