[commit: packages/filepath] master: Use W and P for the qualifications in ghci, so its test suite compatible (09e2691)
git at git.haskell.org
git at git.haskell.org
Thu Mar 19 11:36:21 UTC 2015
Repository : ssh://git@git.haskell.org/filepath
On branch : master
Link : http://git.haskell.org/packages/filepath.git/commitdiff/09e269191b9c98dc994920bfd9b74bdc36c8f54e
>---------------------------------------------------------------
commit 09e269191b9c98dc994920bfd9b74bdc36c8f54e
Author: Neil Mitchell <ndmitchell at gmail.com>
Date: Wed Oct 29 08:22:04 2014 +0000
Use W and P for the qualifications in ghci, so its test suite compatible
>---------------------------------------------------------------
09e269191b9c98dc994920bfd9b74bdc36c8f54e
.ghci | 4 ++--
1 file changed, 2 insertions(+), 2 deletions(-)
diff --git a/.ghci b/.ghci
index f265108..9f4d61b 100644
--- a/.ghci
+++ b/.ghci
@@ -1,8 +1,8 @@
:set -fwarn-unused-binds -fwarn-unused-imports
:set -isrc -itest
:load System.FilePath System.FilePath.Windows System.FilePath.Posix Generate
-import qualified System.FilePath.Windows as Windows
-import qualified System.FilePath.Posix as Posix
+import qualified System.FilePath.Windows as W
+import qualified System.FilePath.Posix as P
:def docs_ const $ return $ unlines [":!cabal haddock"]
:def docs const $ return $ unlines [":docs_",":!start dist\\doc\\html\\filepath\\System-FilePath.html"]
More information about the ghc-commits
mailing list