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


The following commit has been merged in the master branch:
commit d154192c46dcd791c0cd5371d3e314aa9e548a8c
Author: John Goerzen <jgoerzen at complete.org>
Date:   Sat Apr 14 00:46:30 2007 +0100

    More FilePath fixups

diff --git a/Makefile b/Makefile
index 2afffff..9920ea8 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 hslogger -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

-- 
haskell-testpack



More information about the Pkg-haskell-commits mailing list