[Pkg-haskell-commits] darcs: darcs: Fix building with GHC 7.4.1

Joachim Breitner mail at joachim-breitner.de
Sat Mar 10 16:02:25 UTC 2012


Sat Mar 10 15:36:35 UTC 2012  Joachim Breitner <mail at joachim-breitner.de>
  * Fix building with GHC 7.4.1
  Ignore-this: 5a6e1c339a297fa287c686d537a7930a

    M ./changelog +6
    M ./patches/series +1
    A ./patches/system-process-system

Sat Mar 10 15:36:35 UTC 2012  Joachim Breitner <mail at joachim-breitner.de>
  * Fix building with GHC 7.4.1
  Ignore-this: 5a6e1c339a297fa287c686d537a7930a
diff -rN -u old-darcs//changelog new-darcs//changelog
--- old-darcs//changelog	2012-03-10 16:02:25.043257527 +0000
+++ new-darcs//changelog	2012-03-10 16:02:25.099253047 +0000
@@ -1,3 +1,9 @@
+darcs (2.5.2-7) unstable; urgency=low
+
+  * Sourceful upload to rebuild documentation package
+
+ -- Joachim Breitner <nomeata at debian.org>  Sat, 10 Mar 2012 16:33:31 +0100
+
 darcs (2.5.2-6) unstable; urgency=low
 
   * Use hlibrary.setup instead of runhaskell
diff -rN -u old-darcs//patches/series new-darcs//patches/series
--- old-darcs//patches/series	2012-03-10 16:02:25.043257527 +0000
+++ new-darcs//patches/series	2012-03-10 16:02:25.067253587 +0000
@@ -4,3 +4,4 @@
 relax-regex-compat-version
 tests-use-bash
 disable-test1763
+system-process-system
diff -rN -u old-darcs//patches/system-process-system new-darcs//patches/system-process-system
--- old-darcs//patches/system-process-system	1970-01-01 00:00:00.000000000 +0000
+++ new-darcs//patches/system-process-system	2012-03-10 16:02:25.067253587 +0000
@@ -0,0 +1,31 @@
+Description: fix System.Process.system import
+ Otherwise the haskell2010 module is needed.
+Author: Joachim Breitner <nomeata at debian.org>
+
+---
+The information above should follow the Patch Tagging Guidelines, please
+checkout http://dep.debian.net/deps/dep3/ to learn about the format. Here
+are templates for supplementary fields that you might want to add:
+
+Origin: <vendor|upstream|other>, <url of original patch>
+Bug: <url in upstream bugtracker>
+Bug-Debian: http://bugs.debian.org/<bugnumber>
+Bug-Ubuntu: https://launchpad.net/bugs/<bugnumber>
+Forwarded: <no|not-needed|url proving that it has been forwarded>
+Reviewed-By: <name and email of someone who approved the patch>
+Last-Update: <YYYY-MM-DD>
+
+--- darcs-2.5.2.orig/Distribution/ShellHarness.hs
++++ darcs-2.5.2/Distribution/ShellHarness.hs
+@@ -12,10 +12,9 @@ import System.Environment ( getEnv, getE
+ import System.Exit ( ExitCode (..) )
+ import System.FilePath
+ import System.IO
+-import System( system )
+ import System.Process ( ProcessHandle,
+                         runInteractiveProcess, waitForProcess,
+-                        getProcessExitCode )
++                        getProcessExitCode, system )
+ import Data.Maybe
+ import Data.List ( isInfixOf, isPrefixOf, (\\), nubBy, isSuffixOf )
+ import Control.Concurrent





More information about the Pkg-haskell-commits mailing list