[Pkg-haskell-commits] darcs: haskell-unixutils: patches/do-not-run-runhaskell, otherwise it fails on non-GHCi-architectures.

Joachim Breitner mail at joachim-breitner.de
Sun Mar 11 20:23:20 UTC 2012


Sun Mar 11 20:21:40 UTC 2012  Joachim Breitner <mail at joachim-breitner.de>
  * patches/do-not-run-runhaskell, otherwise it fails on non-GHCi-architectures. 
  Ignore-this: 9cd4a71150b8a0e998de76f48c77b005

    M ./changelog +7
    A ./patches/
    A ./patches/do-not-run-runhaskell
    A ./patches/series

Sun Mar 11 20:21:40 UTC 2012  Joachim Breitner <mail at joachim-breitner.de>
  * patches/do-not-run-runhaskell, otherwise it fails on non-GHCi-architectures. 
  Ignore-this: 9cd4a71150b8a0e998de76f48c77b005
diff -rN -u old-haskell-unixutils//changelog new-haskell-unixutils//changelog
--- old-haskell-unixutils//changelog	2012-03-11 20:23:20.186250579 +0000
+++ new-haskell-unixutils//changelog	2012-03-11 20:23:20.218248747 +0000
@@ -1,3 +1,10 @@
+haskell-unixutils (1.48.1-2) UNRELEASED; urgency=low
+
+  * patches/do-not-run-runhaskell, otherwise it fails on
+    non-GHCi-architectures. 
+
+ -- Joachim Breitner <nomeata at debian.org>  Sun, 11 Mar 2012 21:18:21 +0100
+
 haskell-unixutils (1.48.1-1) unstable; urgency=low
 
   * New upstream release
diff -rN -u old-haskell-unixutils//patches/do-not-run-runhaskell new-haskell-unixutils//patches/do-not-run-runhaskell
--- old-haskell-unixutils//patches/do-not-run-runhaskell	1970-01-01 00:00:00.000000000 +0000
+++ new-haskell-unixutils//patches/do-not-run-runhaskell	2012-03-11 20:23:20.198253143 +0000
@@ -0,0 +1,17 @@
+Description: runhaskell is not available on all architectures, do not run it by default
+Author: Joachim Breitner <nomeata at debian.org>
+
+Index: haskell-unixutils-1.48.1/Setup.hs
+===================================================================
+--- haskell-unixutils-1.48.1.orig/Setup.hs	2012-03-05 16:12:40.000000000 +0100
++++ haskell-unixutils-1.48.1/Setup.hs	2012-03-11 21:21:22.000000000 +0100
+@@ -5,8 +5,7 @@
+ import System.Exit
+ 
+ main = defaultMainWithHooks simpleUserHooks {
+-         postBuild = runTestScript
+-       , runTests = runTestScript
++         runTests = runTestScript
+        }
+ 
+ runTestScript _args _flag _pd _lbi =
diff -rN -u old-haskell-unixutils//patches/series new-haskell-unixutils//patches/series
--- old-haskell-unixutils//patches/series	1970-01-01 00:00:00.000000000 +0000
+++ new-haskell-unixutils//patches/series	2012-03-11 20:23:20.198253143 +0000
@@ -0,0 +1 @@
+do-not-run-runhaskell





More information about the Pkg-haskell-commits mailing list