[Pkg-haskell-commits] [SCM] haskell-testpack branch, master, updated. debian/1.0.2-1-4-gb0d6b36

John Goerzen jgoerzen at complete.org
Fri Apr 23 14:55:00 UTC 2010


The following commit has been merged in the master branch:
commit 96b1204bed6a684dd016093e17859f86aaf498f2
Author: John Goerzen <jgoerzen at complete.org>
Date:   Fri Feb 4 03:35:25 2005 +0100

    checkpointing
    
    Keywords:
    
    
    (jgoerzen at complete.org--projects/missingh--head--0.7--patch-197)

diff --git a/ChangeLog b/ChangeLog
index e49d0d5..275a223 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -2,6 +2,18 @@
 # arch-tag: automatic-ChangeLog--jgoerzen at complete.org--projects/missingh--head--0.7
 #
 
+2005-02-03 20:35:25 GMT	John Goerzen <jgoerzen at complete.org>	patch-197
+
+    Summary:
+      checkpointing
+    Revision:
+      missingh--head--0.7--patch-197
+
+
+    modified files:
+     ChangeLog Makefile
+
+
 2005-02-03 20:27:16 GMT	John Goerzen <jgoerzen at complete.org>	patch-196
 
     Summary:
diff --git a/Makefile b/Makefile
index 4b53f0e..8a5269f 100644
--- a/Makefile
+++ b/Makefile
@@ -60,12 +60,12 @@ clean:
 
 .PHONY: local-pkg
 local-pkg: all
-        echo "[" > local-pkg
-        cat .installed-pkg-config >> local-pkg
-        echo "]" >> local-pkg
+	echo "[" > local-pkg
+	cat .installed-pkg-config >> local-pkg
+	echo "]" >> local-pkg
 
 testsrc/runtests: local-pkg $(SOURCES) $(LHSSOURCES)
-        ghc6 -O2 -o testsrc/runtests -Ldist/build -odir dist/build \
+	ghc6 -O2 -o testsrc/runtests -Ldist/build -odir dist/build \
            -package-conf local-pkg \
            -hidir dist/build -idist/build -itestsrc \
 	   -fallow-overlapping-instances -fglasgow-exts \

-- 
haskell-testpack



More information about the Pkg-haskell-commits mailing list