[Pkg-haskell-commits] darcs: haskell-hipmunk: Remove some unwanted space

Joachim Breitner mail at joachim-breitner.de
Thu Oct 13 19:01:27 UTC 2011


Thu Oct 13 18:59:54 UTC 2011  Joachim Breitner <mail at joachim-breitner.de>
  * Remove some unwanted space
  Ignore-this: 822d279860d15da51c10435b09a32400

    M ./patches/system-lib-chipmunk -3 +10

Thu Oct 13 18:59:54 UTC 2011  Joachim Breitner <mail at joachim-breitner.de>
  * Remove some unwanted space
  Ignore-this: 822d279860d15da51c10435b09a32400
diff -rN -u old-haskell-hipmunk//patches/system-lib-chipmunk new-haskell-hipmunk//patches/system-lib-chipmunk
--- old-haskell-hipmunk//patches/system-lib-chipmunk	2011-10-13 19:01:26.854832744 +0000
+++ new-haskell-hipmunk//patches/system-lib-chipmunk	2011-10-13 19:01:26.870835655 +0000
@@ -2,8 +2,8 @@
   * Introduce a Cabal flag to build against a system installation of chipmunk
 Index: haskell-hipmunk-5.2.0.3/Hipmunk.cabal
 ===================================================================
---- haskell-hipmunk-5.2.0.3.orig/Hipmunk.cabal	2011-09-06 13:31:38.000000000 +0200
-+++ haskell-hipmunk-5.2.0.3/Hipmunk.cabal	2011-10-13 20:57:25.000000000 +0200
+--- haskell-hipmunk-5.2.0.3.orig/Hipmunk.cabal	2011-10-13 20:57:57.000000000 +0200
++++ haskell-hipmunk-5.2.0.3/Hipmunk.cabal	2011-10-13 20:59:25.000000000 +0200
 @@ -115,6 +115,9 @@
    Description: Enable debugging.
    Default: False
@@ -55,7 +55,7 @@
 +  if flag(system-chipmunk)
 +    Include-Dirs:
 +        /usr/include/chipmunk
-+     Extra-libraries:
++    Extra-libraries:
 +        chipmunk
 +  else
 +    Include-Dirs:
@@ -92,3 +92,10 @@
    if flag(small_base)
      Build-Depends: base >= 3 && < 5,
                     array >= 0.1 && < 0.4,
+@@ -179,4 +191,4 @@
+     CC-Options:  -g
+   else
+     CC-Options:  -DNDEBUG
+-  Extra-Libraries: m
+\ No newline at end of file
++  Extra-Libraries: m





More information about the Pkg-haskell-commits mailing list