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


The following commit has been merged in the master branch:
commit a79d78868bd6a7a938ead6932d6bef19e4e2dfeb
Author: John Goerzen <jgoerzen at complete.org>
Date:   Mon May 16 21:13:00 2005 +0100

    Back out -hide-package option in Makefile

diff --git a/Makefile b/Makefile
index a16ecc5..6ce77ce 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 -hide-package MissingH -package mtl -package HUnit $(GHCPARMS) -o runtests  -i../dist/build:.. runtests.hs
+	cd testsrc && ghc --make -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