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


The following commit has been merged in the master branch:
commit 8a26ebf53f5c18c4f4f8bf06fee5a95a6f1e2437
Author: John Goerzen <jgoerzen at complete.org>
Date:   Thu Jul 21 19:34:16 2005 +0100

    Removed "unix" from .cabal file for Windows

diff --git a/MissingH.cabal b/MissingH.cabal
index dc3c8cc..4c46626 100644
--- a/MissingH.cabal
+++ b/MissingH.cabal
@@ -77,7 +77,7 @@ 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, unix, parsec, base, haskell98, mtl
+Build-Depends: haskell-src, network, parsec, base, haskell98, mtl
 GHC-Options: -O2
 
 Executable: runtests

-- 
haskell-testpack



More information about the Pkg-haskell-commits mailing list