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


The following commit has been merged in the master branch:
commit bfd2da76832092ee8fb129a02df77fb2e2d72f5b
Author: John Goerzen <jgoerzen at complete.org>
Date:   Thu May 12 21:47:16 2005 +0100

    Reverted Build-Depends on mtl in cabal
    
    It's not compatible with GHC 6.2

diff --git a/MissingH.cabal b/MissingH.cabal
index 8cd3de4..17c66f6 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, mtl, base, haskell98
+Build-Depends: haskell-src, network, unix, parsec, base, haskell98
 GHC-Options: -O2
 
 Executable: runtests

-- 
haskell-testpack



More information about the Pkg-haskell-commits mailing list