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


The following commit has been merged in the master branch:
commit 52a24acea7c9adc6189123f9c388638c917fd4a7
Author: John Goerzen <jgoerzen at complete.org>
Date:   Sat Apr 14 00:42:03 2007 +0100

    FilePath is now filepath
    
    will need to regen the dep libs, sigh.

diff --git a/MissingH.cabal b/MissingH.cabal
index 1577063..95445b1 100644
--- a/MissingH.cabal
+++ b/MissingH.cabal
@@ -51,7 +51,7 @@ Exposed-Modules: Data.String, System.IO.Utils, System.IO.Binary, Data.List.Utils
 Extensions: ExistentialQuantification, OverlappingInstances, 
    UndecidableInstances, CPP
 Build-Depends: network, parsec, base,
-               haskell98, mtl, HUnit, regex-compat, QuickCheck, FilePath,
+               haskell98, mtl, HUnit, regex-compat, QuickCheck, filepath,
                hslogger
 -- Cabal will automatically add unix here on non-Windows platforms
 GHC-Options: -O2

-- 
haskell-testpack



More information about the Pkg-haskell-commits mailing list