[Pkg-haskell-commits] darcs: haskell-regex-posix: More robust remove-unwanted-setup-output.patch

Joachim Breitner mail at joachim-breitner.de
Sat May 1 14:24:00 UTC 2010


Sat May  1 13:47:15 UTC 2010  Joachim Breitner <mail at joachim-breitner.de>
  * More robust remove-unwanted-setup-output.patch
  Ignore-this: 3adb768d7736ce7b3a552c7065bdb2f0

    M ./patches/remove-unwanted-setup-output.patch -10 +10

Sat May  1 13:47:15 UTC 2010  Joachim Breitner <mail at joachim-breitner.de>
  * More robust remove-unwanted-setup-output.patch
  Ignore-this: 3adb768d7736ce7b3a552c7065bdb2f0
diff -rN -u old-haskell-regex-posix/patches/remove-unwanted-setup-output.patch new-haskell-regex-posix/patches/remove-unwanted-setup-output.patch
--- old-haskell-regex-posix/patches/remove-unwanted-setup-output.patch	2010-05-01 14:24:00.473339791 +0000
+++ new-haskell-regex-posix/patches/remove-unwanted-setup-output.patch	2010-05-01 14:24:00.477340003 +0000
@@ -1,15 +1,15 @@
 Description: Remove unwanted Setup.hs output
 Author: Joachim Breitner <nomeata at debian.org>
---- haskell-regex-posix-0.93.2.orig/Setup.hs
-+++ haskell-regex-posix-0.93.2/Setup.hs
-@@ -4,10 +4,4 @@
+Index: haskell-regex-posix-0.94.1/Setup.hs
+===================================================================
+--- haskell-regex-posix-0.94.1.orig/Setup.hs	2010-05-01 15:44:08.000000000 +0200
++++ haskell-regex-posix-0.94.1/Setup.hs	2010-05-01 15:47:02.000000000 +0200
+@@ -2,7 +2,7 @@
  
- import Distribution.Simple(defaultMainWithHooks, defaultUserHooks)
+ import Distribution.Simple
  main = do
 -  putStrLn msg
-   defaultMainWithHooks defaultUserHooks
--
--msg = "This links to the standard c library version of regular expressions.\n\
--      \The corresponding c header file is regex.h and there is a chance you\n\
--      \will need to edit the end of the regex-posix.cabal file to find the\n\
--      \include directory and/or library.\n"
++  -- putStrLn msg
+   defaultMainWithHooks simpleUserHooks
+ 
+ msg = "This links to the standard c library version of regular expressions.\n\





More information about the Pkg-haskell-commits mailing list