[commit: packages/filepath] master: Make sure :test is actually using the new code (0986318)

git at git.haskell.org git at git.haskell.org
Thu Mar 19 11:34:24 UTC 2015


Repository : ssh://git@git.haskell.org/filepath

On branch  : master
Link       : http://git.haskell.org/packages/filepath.git/commitdiff/0986318f95ae32ac183209060b678666d74e6d68

>---------------------------------------------------------------

commit 0986318f95ae32ac183209060b678666d74e6d68
Author: Neil Mitchell <ndmitchell at gmail.com>
Date:   Sun Oct 26 20:43:16 2014 +0000

    Make sure :test is actually using the new code


>---------------------------------------------------------------

0986318f95ae32ac183209060b678666d74e6d68
 .ghci | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/.ghci b/.ghci
index 404232e..7d3ecc9 100644
--- a/.ghci
+++ b/.ghci
@@ -7,4 +7,4 @@ import qualified System.FilePath.Posix as Posix
 :def docs_ const $ return $ unlines [":!cabal haddock"]
 :def docs const $ return $ unlines [":docs_",":!start dist\\doc\\html\\filepath\\System-FilePath.html"]
 
-:def test const $ return $ unlines [":!cd tests && runhaskell GenTests.hs",":!cd tests && runhaskell FilePath_Test.hs"]
+:def test const $ return $ unlines [":!cd tests && runhaskell GenTests.hs",":!cd tests && runhaskell -i.. FilePath_Test.hs"]



More information about the ghc-commits mailing list