Hello community,

here is the log from the commit of package ghc-vector for openSUSE:Factory 
checked in at 2014-10-19 19:28:04
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Factory/ghc-vector (Old)
 and      /work/SRC/openSUSE:Factory/.ghc-vector.new (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Package is "ghc-vector"

Changes:
--------
--- /work/SRC/openSUSE:Factory/ghc-vector/ghc-vector.changes    2014-08-25 
11:06:11.000000000 +0200
+++ /work/SRC/openSUSE:Factory/.ghc-vector.new/ghc-vector.changes       
2014-10-19 19:28:38.000000000 +0200
@@ -1,0 +2,6 @@
+Sat Oct 18 14:10:46 UTC 2014 - [email protected]
+
+- Fix PowerPC 64bit builds (vector-debian-no_ann_without_ghci.patch)
+  https://ghc.haskell.org/trac/ghc/ticket/4268 
+
+-------------------------------------------------------------------

New:
----
  vector-debian-no_ann_without_ghci.patch

++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Other differences:
------------------
++++++ ghc-vector.spec ++++++
--- /var/tmp/diff_new_pack.IKfgQ1/_old  2014-10-19 19:28:39.000000000 +0200
+++ /var/tmp/diff_new_pack.IKfgQ1/_new  2014-10-19 19:28:39.000000000 +0200
@@ -33,6 +33,7 @@
 # BEGIN cabal2spec
 Url:            http://hackage.haskell.org/package/%{pkg_name}
 Source0:        
http://hackage.haskell.org/packages/archive/%{pkg_name}/%{version}/%{pkg_name}-%{version}.tar.gz
+Patch0:         vector-debian-no_ann_without_ghci.patch
 BuildRequires:  ghc-Cabal-devel
 BuildRequires:  ghc-deepseq-devel
 BuildRequires:  ghc-primitive-devel
@@ -56,6 +57,7 @@
 
 %prep
 %setup -q -n %{pkg_name}-%{version}
+%patch0 -p1
 
 %build
 %ghc_lib_build

++++++ vector-debian-no_ann_without_ghci.patch ++++++
 http://hackage.haskell.org/trac/ghc/ticket/4268  

--- 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
+#if 0
 import GHC.Exts ( SpecConstrAnnotation(..) )
 #endif
+#endif
 
 #include "vector.h"
 
 data SPEC = SPEC | SPEC2
 #if __GLASGOW_HASKELL__ >= 700
+#if 0
 {-# ANN type SPEC ForceSpecConstr #-}
 #endif
+#endif
 
 emptyStream :: String
 {-# NOINLINE emptyStream #-}
-- 
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]

Reply via email to