[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 15:20:56 UTC 2010


The following commit has been merged in the master branch:
commit 3187b846a81b071e1cec773b16cda9509d11b7d0
Author: John Goerzen <jgoerzen at complete.org>
Date:   Thu Dec 7 05:32:29 2006 +0100

    Added hslogger to test scripts

diff --git a/Makefile b/Makefile
index d977cfb..2afffff 100644
--- a/Makefile
+++ b/Makefile
@@ -64,7 +64,7 @@ local-pkg: all
 	echo "]" >> local-pkg
 
 testsrc/runtests: all $(wildcard testsrc/*.hs) $(wildcard testsrc/*/*.hs) $(wildcard testsrc/*/*/*.hs)
-	cd testsrc && ghc --make -package FilePath -package mtl -package HUnit $(GHCPARMS) -o runtests  -i../dist/build:../src runtests.hs
+	cd testsrc && ghc --make -package hslogger -package FilePath -package mtl -package HUnit $(GHCPARMS) -o runtests  -i../dist/build:../src runtests.hs
 
 test-ghc6: testsrc/runtests
 	testsrc/runtests
diff --git a/wintest.bat b/wintest.bat
index d9d7634..c4bb4c9 100644
--- a/wintest.bat
+++ b/wintest.bat
@@ -1,5 +1,5 @@
 cd testsrc
-ghc --make -package FilePath -package mtl -package HUnit -fallow-overlapping-instances -fallow-undecidable-instances -fglasgow-exts -cpp -o runtests.exe -i..\dist\build:..\src runtests.hs
+ghc --make -package hslogger -package FilePath -package mtl -package HUnit -fallow-overlapping-instances -fallow-undecidable-instances -fglasgow-exts -cpp -o runtests.exe -i..\dist\build:..\src runtests.hs
 cd ..
 testsrc\runtests
 

-- 
haskell-testpack



More information about the Pkg-haskell-commits mailing list