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


The following commit has been merged in the master branch:
commit c97ac8bd0b79a76a3b8b04d56c79cc8fe6a3a626
Author: John Goerzen <jgoerzen at complete.org>
Date:   Thu Dec 7 01:59:50 2006 +0100

    Fix wintest.bat

diff --git a/wintest.bat b/wintest.bat
index 289c0a4..1536bce 100644
--- a/wintest.bat
+++ b/wintest.bat
@@ -1,4 +1,4 @@
 cd testsrc
-ghc --make -package mtl -package HUnit -fallow-overlapping-instances -fallow-undecidable-instances -fglasgow-exts -cpp -o runtests.exe -i..\dist\build:.. runtests.hs
+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
 cd ..
 

-- 
haskell-testpack



More information about the Pkg-haskell-commits mailing list