[Pkg-haskell-commits] darcs: helium: Refresh 05_fixes-for-64bit
Joachim Breitner
mail at joachim-breitner.de
Thu Jun 2 17:25:43 UTC 2011
Thu Jun 2 16:17:58 UTC 2011 Joachim Breitner <mail at joachim-breitner.de>
* Refresh 05_fixes-for-64bit
Ignore-this: 6d914abe968d9e211a9333d99b615065
M ./patches/05_fixes-for-64bit -10 +10
Thu Jun 2 16:17:58 UTC 2011 Joachim Breitner <mail at joachim-breitner.de>
* Refresh 05_fixes-for-64bit
Ignore-this: 6d914abe968d9e211a9333d99b615065
diff -rN -u old-helium//patches/05_fixes-for-64bit new-helium//patches/05_fixes-for-64bit
--- old-helium//patches/05_fixes-for-64bit 2011-06-02 17:25:40.755813268 +0000
+++ new-helium//patches/05_fixes-for-64bit 2011-06-02 17:25:40.767777922 +0000
@@ -1,9 +1,9 @@
# Description: Fix for 64 bit
# Author: Arjan Oosting <arjan at debian.org>
-Index: helium-1.6/lvm/src/lib/common/Byte.hs
+Index: helium-1.7~pre20090428/lvm/src/lib/common/Byte.hs
===================================================================
---- helium-1.6.orig/lvm/src/lib/common/Byte.hs 2006-02-05 14:35:48.000000000 -0200
-+++ helium-1.6/lvm/src/lib/common/Byte.hs 2010-03-15 10:27:18.000000000 -0300
+--- helium-1.7~pre20090428.orig/lvm/src/lib/common/Byte.hs 2009-04-24 16:26:18.000000000 +0200
++++ helium-1.7~pre20090428/lvm/src/lib/common/Byte.hs 2011-06-02 18:17:28.000000000 +0200
@@ -27,6 +27,8 @@
, stringFromByteList, bytesFromByteList
) where
@@ -12,7 +12,7 @@
+
import IO ( IOMode(..) )
import Special ( openBinary, writeBinaryChar, readBinary, closeBinary )
- import Standard ( strict, foldlStrict )
+ import Standard ( strict )
@@ -35,7 +37,7 @@
{----------------------------------------------------------------
types
@@ -83,10 +83,10 @@
} `catch` (\exception ->
let message = show exception ++ "\n\nUnable to read from file " ++ show path
in do { putStrLn message; exitWith (ExitFailure 1) })
-Index: helium-1.6/lvm/src/lib/common/Id.hs
+Index: helium-1.7~pre20090428/lvm/src/lib/common/Id.hs
===================================================================
---- helium-1.6.orig/lvm/src/lib/common/Id.hs 2006-02-05 14:35:48.000000000 -0200
-+++ helium-1.6/lvm/src/lib/common/Id.hs 2010-03-15 10:27:18.000000000 -0300
+--- helium-1.7~pre20090428.orig/lvm/src/lib/common/Id.hs 2005-11-07 12:48:22.000000000 +0100
++++ helium-1.7~pre20090428/lvm/src/lib/common/Id.hs 2011-06-02 18:17:28.000000000 +0200
@@ -29,16 +29,19 @@
import Standard (foldlStrict)
import qualified IntMap
@@ -215,10 +215,10 @@
-Index: helium-1.6/lvm/src/runtime/common/mlvalues.h
+Index: helium-1.7~pre20090428/lvm/src/runtime/common/mlvalues.h
===================================================================
---- helium-1.6.orig/lvm/src/runtime/common/mlvalues.h 2006-02-05 14:35:31.000000000 -0200
-+++ helium-1.6/lvm/src/runtime/common/mlvalues.h 2010-03-15 10:27:18.000000000 -0300
+--- helium-1.7~pre20090428.orig/lvm/src/runtime/common/mlvalues.h 2003-08-20 15:18:19.000000000 +0200
++++ helium-1.7~pre20090428/lvm/src/runtime/common/mlvalues.h 2011-06-02 18:17:28.000000000 +0200
@@ -25,6 +25,7 @@
#ifndef _mlvalues_
#define _mlvalues_
More information about the Pkg-haskell-commits
mailing list