[commit: packages/filepath] master: #25, comment out another test (89e779d)
git at git.haskell.org
git at git.haskell.org
Thu Mar 19 11:34:42 UTC 2015
Repository : ssh://git@git.haskell.org/filepath
On branch : master
Link : http://git.haskell.org/packages/filepath.git/commitdiff/89e779d28b97593338b0213659a617d69e4356e7
>---------------------------------------------------------------
commit 89e779d28b97593338b0213659a617d69e4356e7
Author: Neil Mitchell <ndmitchell at gmail.com>
Date: Sun Oct 26 21:09:44 2014 +0000
#25, comment out another test
>---------------------------------------------------------------
89e779d28b97593338b0213659a617d69e4356e7
System/FilePath/Internal.hs | 1 -
1 file changed, 1 deletion(-)
diff --git a/System/FilePath/Internal.hs b/System/FilePath/Internal.hs
index 8167eb6..fa7d96a 100644
--- a/System/FilePath/Internal.hs
+++ b/System/FilePath/Internal.hs
@@ -698,7 +698,6 @@ equalFilePath a b = f a == f b
-- There is no corresponding @makeAbsolute@ function, instead use
-- @System.Directory.canonicalizePath@ which has the same effect.
--
--- > Valid y => equalFilePath x y || (isRelative x && makeRelative y x == x) || equalFilePath (y </> makeRelative y x) x
-- > makeRelative x x == "."
-- > Windows: makeRelative "C:\\Home" "c:\\home\\bob" == "bob"
-- > Windows: makeRelative "C:\\Home" "c:/home/bob" == "bob"
More information about the ghc-commits
mailing list