[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:42:58 UTC 2010


The following commit has been merged in the master branch:
commit a5c4cdf93c78e2157db118248aa255ec47f139ba
Author: John Goerzen <jgoerzen at complete.org>
Date:   Thu Oct 7 07:04:20 2004 +0100

    Fixed traditional making
    
    Keywords:
    
    
    (jgoerzen at complete.org--projects/missingh--head--1.0--patch-34)

diff --git a/ChangeLog b/ChangeLog
index aced661..2b9f6ce 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -2,6 +2,18 @@
 # arch-tag: automatic-ChangeLog--jgoerzen at complete.org--projects/missingh--head--1.0
 #
 
+2004-10-07 01:04:20 GMT	John Goerzen <jgoerzen at complete.org>	patch-34
+
+    Summary:
+      Fixed traditional making
+    Revision:
+      missingh--head--1.0--patch-34
+
+
+    modified files:
+     ChangeLog Makefile
+
+
 2004-10-07 00:55:56 GMT	John Goerzen <jgoerzen at complete.org>	patch-33
 
     Summary:
diff --git a/Makefile b/Makefile
index 2751fa5..8c40398 100644
--- a/Makefile
+++ b/Makefile
@@ -28,7 +28,7 @@ libmissingH.a: $(OBJS)
 	ar q libmissingH.a $(OBJS)
 
 %.o: %.hs
-	ghc -c -o $@ $<
+	ghc -ilibsrc -c -o $@ $<
 
 doc:
 	-rm -rf html

-- 
haskell-testpack



More information about the Pkg-haskell-commits mailing list