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


The following commit has been merged in the master branch:
commit 9522e652cc7a423a8e2368be275fb80a0facd5ad
Author: John Goerzen <jgoerzen at complete.org>
Date:   Tue Apr 5 23:57:44 2005 +0100

    Made tests work with new Hugs system; now passes tests in GHC and Hugs
    
    Keywords:
    
    
    (jgoerzen at complete.org--projects/missingh--head--0.7--patch-214)

diff --git a/ChangeLog b/ChangeLog
index 1e84b07..a317fc8 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -2,6 +2,18 @@
 # arch-tag: automatic-ChangeLog--jgoerzen at complete.org--projects/missingh--head--0.7
 #
 
+2005-04-05 17:57:44 GMT	John Goerzen <jgoerzen at complete.org>	patch-214
+
+    Summary:
+      Made tests work with new Hugs system; now passes tests in GHC and Hugs
+    Revision:
+      missingh--head--0.7--patch-214
+
+
+    modified files:
+     ChangeLog Makefile MissingH.cabal
+
+
 2005-04-05 17:52:11 GMT	John Goerzen <jgoerzen at complete.org>	patch-213
 
     Summary:
diff --git a/Makefile b/Makefile
index 1eeb408..56b45db 100644
--- a/Makefile
+++ b/Makefile
@@ -96,11 +96,11 @@ testsrc/runtests: local-pkg $(SOURCES) $(LHSSOURCES)
 test-ghc6: testsrc/runtests
 	testsrc/runtests 
 
-test-hugs:
-	runhugs -98 +o -P$(PWD):$(PWD)/testsrc: testsrc/runtests.hs
+test-hugs: hugsbuild
+	runhugs -98 +o -P$(PWD)/dist/build:$(PWD)/testsrc: testsrc/runtests.hs
 
 interact-hugs:
-	hugs -98 +o -P$(PWD):
+	hugs -98 +o -P$(PWD)/dist/build:
 
 interact-ghci: all
 	ghci -fallow-overlapping-instances -fallow-undecidable-instances -fglasgow-exts
diff --git a/MissingH.cabal b/MissingH.cabal
index 73c8fe8..beca9e5 100644
--- a/MissingH.cabal
+++ b/MissingH.cabal
@@ -74,7 +74,8 @@ Exposed-Modules: MissingH.IO, MissingH.IO.Binary, MissingH.List,
     MissingH.AnyDBM.FiniteMapDBM,
     MissingH.AnyDBM.StringDBM
 Extensions: ExistentialQuantification, AllowOverlappingInstances,
-    AllowUndecidableInstances
+    AllowUndecidableInstances, CPP
+-- CPP extension is really only needed in FiniteMap.hs
 Build-Depends: haskell-src, network, unix, parsec
 GHC-Options: -O2
 

-- 
haskell-testpack



More information about the Pkg-haskell-commits mailing list