[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:50:25 UTC 2010


The following commit has been merged in the master branch:
commit 9c66ed073b798832299f76c7f4beb39e2fad78f8
Author: John Goerzen <jgoerzen at complete.org>
Date:   Thu Dec 9 11:02:16 2004 +0100

    More touches
    
    Keywords:
    
    
    (jgoerzen at complete.org--projects/missingh--head--0.7--patch-53)

diff --git a/ChangeLog b/ChangeLog
index fdd5c8e..1c0dc3e 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -2,6 +2,18 @@
 # arch-tag: automatic-ChangeLog--jgoerzen at complete.org--projects/missingh--head--0.7
 #
 
+2004-12-09 04:02:16 GMT	John Goerzen <jgoerzen at complete.org>	patch-53
+
+    Summary:
+      More touches
+    Revision:
+      missingh--head--0.7--patch-53
+
+
+    modified files:
+     ChangeLog Makefile Setup.description
+
+
 2004-12-09 03:59:37 GMT	John Goerzen <jgoerzen at complete.org>	patch-52
 
     Summary:
diff --git a/Makefile b/Makefile
index ea863ef..717456c 100644
--- a/Makefile
+++ b/Makefile
@@ -33,7 +33,7 @@ libmissingH.a: $(OBJS)
 	ar q libmissingH.a $(OBJS)
 
 %.o: %.hs
-	ghc -O -fallow-overlapping-instances -fallow-undecidable-instances -fglasgow-exts -ilibsrc --make `echo $< | sed -e s,libsrc/,, -e s,.hs$$,, -e s,/,.,g`
+	ghc -O2 -fallow-overlapping-instances -fallow-undecidable-instances -fglasgow-exts -ilibsrc --make `echo $< | sed -e s,libsrc/,, -e s,.hs$$,, -e s,/,.,g`
 
 %.o: %.lhs
 	ghc -fallow-overlapping-instances -fallow-undecidable-instances -fglasgow-exts -ilibsrc --make `echo $< | sed -e s,libsrc/,, -e s,.lhs$$,, -e s,/,.,g`
diff --git a/Setup.description b/Setup.description
index a3d080d..72e9db0 100644
--- a/Setup.description
+++ b/Setup.description
@@ -32,6 +32,7 @@ Modules: MissingH.IO, MissingH.IO.Binary, MissingH.List,
   MissingH.FileArchive.GZip,
   MissingH.Threads.Child,
   MissingH.IO.BlockIO,
+  MissingH.Email.Parser,
   MissingH.Wash.Mail.Email,
     MissingH.Wash.Mail.EmailConfig,
     MissingH.Wash.Mail.HeaderField,
@@ -59,5 +60,5 @@ HS-Source-Dir: libsrc
 Extensions: ExistentialQuantification, AllowOverlappingInstances,
     AllowUndecidableInstances
 Build-Depends: haskell-src, network, unix, parsec
-Options-GHC: -O
+Options-GHC: -O2
 

-- 
haskell-testpack



More information about the Pkg-haskell-commits mailing list