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


The following commit has been merged in the master branch:
commit 66ebbd998a84b52eced91a4bd772b987d3d3983b
Author: John Goerzen <jgoerzen at complete.org>
Date:   Mon May 16 05:53:44 2005 +0100

    Fix testing

diff --git a/Makefile b/Makefile
index 2505187..a16ecc5 100644
--- a/Makefile
+++ b/Makefile
@@ -73,7 +73,7 @@ local-pkg: all
 	echo "]" >> local-pkg
 
 testsrc/runtests: all $(wildcard testsrc/*.hs) $(wildcard testsrc/*/*.hs) $(wildcard testsrc/*/*/*.hs)
-	cd testsrc && ghc --make -package HUnit $(GHCPARMS) -o runtests  -i../dist/build:.. runtests.hs
+	cd testsrc && ghc --make -hide-package MissingH -package mtl -package HUnit $(GHCPARMS) -o runtests  -i../dist/build:.. runtests.hs
 
 test-ghc6: testsrc/runtests
 	testsrc/runtests

-- 
haskell-testpack



More information about the Pkg-haskell-commits mailing list