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


The following commit has been merged in the master branch:
commit 5814fdc81d8ff11eec4c77f8cdf5cd8122b6028a
Author: John Goerzen <jgoerzen at complete.org>
Date:   Fri Jul 22 00:01:02 2005 +0100

    Added MissingH.Path.FilePath to build

diff --git a/MissingH.cabal b/MissingH.cabal
index 4b9e542..dc4234f 100644
--- a/MissingH.cabal
+++ b/MissingH.cabal
@@ -18,6 +18,7 @@ Exposed-Modules: MissingH.IO, MissingH.IO.Binary, MissingH.List,
     MissingH.Str.CSV,
   MissingH.Cmd,
   MissingH.FiniteMap, MissingH.Path, MissingH.Path.NameManip,
+    MissingH.Path.FilePath,
   MissingH.Time, MissingH.Time.ParseDate,
   MissingH.Network,
     MissingH.Network.FTP.Client,
diff --git a/MissingH/Path/FilePath.hs b/MissingH/Path/FilePath.hs
index be0a205..f18e572 100644
--- a/MissingH/Path/FilePath.hs
+++ b/MissingH/Path/FilePath.hs
@@ -1,4 +1,4 @@
-module System.FilePath
+module MissingH.Path.FilePath
          ( -- * File path
            FilePath
          , splitFileName

-- 
haskell-testpack



More information about the Pkg-haskell-commits mailing list