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


The following commit has been merged in the master branch:
commit 57450b28322b9f44535f33213a5abd60dde32a7a
Author: John Goerzen <jgoerzen at complete.org>
Date:   Sun Dec 3 12:29:38 2006 +0100

    Update to use upstream FilePath

diff --git a/MissingH.cabal b/MissingH.cabal
index 0c5d481..2aebf3e 100644
--- a/MissingH.cabal
+++ b/MissingH.cabal
@@ -81,7 +81,7 @@ Exposed-Modules: Data.String, System.IO, System.IO.Binary, Data.List.Utils,
 Extensions: ExistentialQuantification, OverlappingInstances, 
    UndecidableInstances, CPP
 Build-Depends: network, parsec, base,
-               haskell98, mtl, HUnit, regex-compat, QuickCheck
+               haskell98, mtl, HUnit, regex-compat, QuickCheck, FilePath
 -- Cabal will automatically add unix here on non-Windows platforms
 GHC-Options: -O2
 
diff --git a/src/System/Path/Glob.hs b/src/System/Path/Glob.hs
index e17020d..eb9efc4 100644
--- a/src/System/Path/Glob.hs
+++ b/src/System/Path/Glob.hs
@@ -35,7 +35,7 @@ module System.Path.Glob(glob, vGlob) where
 import Data.List.Utils
 import System.IO
 import System.IO.HVFS
-import System.Path.FilePath
+import System.FilePath
 import Control.Exception
 import System.Path.WildMatch
 

-- 
haskell-testpack



More information about the Pkg-haskell-commits mailing list