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


The following commit has been merged in the master branch:
commit 1329ab6a0ffb9adf8dc921f1e5a50bd281b0cc10
Author: John Goerzen <jgoerzen at complete.org>
Date:   Thu Jul 21 21:57:11 2005 +0100

    Added Windows cabal prep files

diff --git a/MissingH.cabal b/MissingH.cabal
index 4c46626..4b9e542 100644
--- a/MissingH.cabal
+++ b/MissingH.cabal
@@ -77,7 +77,9 @@ Exposed-Modules: MissingH.IO, MissingH.IO.Binary, MissingH.List,
 Extensions: ExistentialQuantification, AllowOverlappingInstances,
     AllowUndecidableInstances, CPP
 -- CPP extension is really only needed in FiniteMap.hs and Rfc2821.hs
-Build-Depends: haskell-src, network, parsec, base, haskell98, mtl
+Build-Depends: haskell-src, network, parsec, base,
+               unix,
+               haskell98, mtl
 GHC-Options: -O2
 
 Executable: runtests
diff --git a/winprep.bat b/winprep.bat
new file mode 100644
index 0000000..ab22dbc
--- /dev/null
+++ b/winprep.bat
@@ -0,0 +1,3 @@
+find /v "unix" MissingH.cabal > cabal.win
+ren cabal.win MissingH.cabal
+

-- 
haskell-testpack



More information about the Pkg-haskell-commits mailing list