[Pkg-haskell-commits] darcs: haskell-hipmunk: Add patch ghc-7.6-compaitbility to get Hipmunk building against 7.6.2 in experimental.

laney at debian.org laney at debian.org
Mon Mar 25 12:04:45 UTC 2013


Mon Mar 25 11:59:04 UTC 2013  laney at debian.org
  * Add patch ghc-7.6-compaitbility to get Hipmunk building against 7.6.2 in experimental. 
  Ignore-this: e1b09b05ba41a7577591b7fd43c2363f

    M ./changelog +4
    A ./patches/
    A ./patches/ghc-7.6-compatibility.patch
    A ./patches/series

Mon Mar 25 11:59:04 UTC 2013  laney at debian.org
  * Add patch ghc-7.6-compaitbility to get Hipmunk building against 7.6.2 in experimental. 
  Ignore-this: e1b09b05ba41a7577591b7fd43c2363f
diff -rN -u old-haskell-hipmunk//changelog new-haskell-hipmunk//changelog
--- old-haskell-hipmunk//changelog	2013-03-25 12:04:45.723024421 +0000
+++ new-haskell-hipmunk//changelog	2013-03-25 12:04:45.727024665 +0000
@@ -10,6 +10,10 @@
   * Bump standards version, no change
   * New upstream release (Closes: 682570)
 
+  [ Iain Lane ]
+  * Add patch ghc-7.6-compaitbility to get Hipmunk building against 7.6.2 in
+    experimental. 
+
  -- Joachim Breitner <nomeata at debian.org>  Fri, 19 Oct 2012 23:24:52 +0200
 
 haskell-hipmunk (5.2.0.8-1) unstable; urgency=low
diff -rN -u old-haskell-hipmunk//patches/ghc-7.6-compatibility.patch new-haskell-hipmunk//patches/ghc-7.6-compatibility.patch
--- old-haskell-hipmunk//patches/ghc-7.6-compatibility.patch	1970-01-01 00:00:00.000000000 +0000
+++ new-haskell-hipmunk//patches/ghc-7.6-compatibility.patch	2013-03-25 12:04:45.735026842 +0000
@@ -0,0 +1,26 @@
+Index: b/Hipmunk.cabal
+===================================================================
+--- a/Hipmunk.cabal
++++ b/Hipmunk.cabal
+@@ -199,7 +199,7 @@
+   if flag(small_base)
+     Build-Depends: base >= 3 && < 5,
+                    array >= 0.1 && < 0.5,
+-                   containers >= 0.1 && < 0.5,
++                   containers >= 0.1 && < 0.6,
+                    transformers >= 0.2 && < 0.4,
+                    StateVar >= 1.0 && < 1.1
+   else
+Index: b/Physics/Hipmunk/Space.hsc
+===================================================================
+--- a/Physics/Hipmunk/Space.hsc
++++ b/Physics/Hipmunk/Space.hsc
+@@ -59,7 +59,7 @@
+ import qualified Data.Map as M
+ import Control.Exception (bracket)
+ import Control.Monad (when)
+-import Data.IORef
++import Data.IORef hiding (modifyIORef')
+ import Data.StateVar
+ import Foreign hiding (new)
+ import Foreign.C.Types (CInt(..))
diff -rN -u old-haskell-hipmunk//patches/series new-haskell-hipmunk//patches/series
--- old-haskell-hipmunk//patches/series	1970-01-01 00:00:00.000000000 +0000
+++ new-haskell-hipmunk//patches/series	2013-03-25 12:04:45.731023959 +0000
@@ -0,0 +1 @@
+ghc-7.6-compatibility.patch





More information about the Pkg-haskell-commits mailing list