summaryrefslogtreecommitdiff
path: root/p/haskell-vector/debian
diff options
context:
space:
mode:
authorSean Whitton <spwhitton@spwhitton.name>2017-09-03 14:43:32 -0700
committerSean Whitton <spwhitton@spwhitton.name>2017-09-03 14:43:32 -0700
commit986df87b926ebc220d975d84ead38e5534dc4ff6 (patch)
treed0b19a7568cbf0fd3cdc97eacf6609418d834a4b /p/haskell-vector/debian
parent61339e2805436d3e3ee12412b51d42d7a26fc229 (diff)
downloadDHG_packages-986df87b926ebc220d975d84ead38e5534dc4ff6.tar.gz
attempt to refresh all patches needing a refresh
Diffstat (limited to 'p/haskell-vector/debian')
-rw-r--r--p/haskell-vector/debian/patches/no_ann_without_ghci4
1 files changed, 2 insertions, 2 deletions
diff --git a/p/haskell-vector/debian/patches/no_ann_without_ghci b/p/haskell-vector/debian/patches/no_ann_without_ghci
index 76630f941..beab2d84b 100644
--- a/p/haskell-vector/debian/patches/no_ann_without_ghci
+++ b/p/haskell-vector/debian/patches/no_ann_without_ghci
@@ -7,7 +7,7 @@ Forwarded: no
--- a/Data/Vector/Fusion/Stream/Monadic.hs
+++ b/Data/Vector/Fusion/Stream/Monadic.hs
-@@ -95,8 +95,10 @@
+@@ -99,8 +99,10 @@ import Data.Word ( Word8, Word16, Word32
#if __GLASGOW_HASKELL__ >= 708
import GHC.Types ( SPEC(..) )
#elif __GLASGOW_HASKELL__ >= 700
@@ -18,7 +18,7 @@ Forwarded: no
#include "vector.h"
#include "MachDeps.h"
-@@ -104,9 +106,11 @@
+@@ -112,9 +114,11 @@ import Data.Int ( Int64 )
#if __GLASGOW_HASKELL__ < 708
data SPEC = SPEC | SPEC2
#if __GLASGOW_HASKELL__ >= 700