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


The following commit has been merged in the master branch:
commit e1a687dec8273042261dabaceb8bb481c365175c
Author: John Goerzen <jgoerzen at complete.org>
Date:   Thu Jul 21 22:04:35 2005 +0100

    Added Windows build scripts

diff --git a/winbuild.bat b/winbuild.bat
new file mode 100644
index 0000000..35621e8
--- /dev/null
+++ b/winbuild.bat
@@ -0,0 +1,4 @@
+ghc -package Cabal Setup.lhs -o setup.exe
+setup configure
+setup build
+
diff --git a/wintest.bat b/wintest.bat
new file mode 100644
index 0000000..63b246e
--- /dev/null
+++ b/wintest.bat
@@ -0,0 +1,3 @@
+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
+

-- 
haskell-testpack



More information about the Pkg-haskell-commits mailing list