[commit: ghc] wip/nfs-locking: Point to in-tree Cabal sources (6369ef0)
git at git.haskell.org
git at git.haskell.org
Fri Oct 27 00:36:19 UTC 2017
Repository : ssh://git@git.haskell.org/ghc
On branch : wip/nfs-locking
Link : http://ghc.haskell.org/trac/ghc/changeset/6369ef04c8ba978c7670c4b79fe85c16e7a11139/ghc
>---------------------------------------------------------------
commit 6369ef04c8ba978c7670c4b79fe85c16e7a11139
Author: Andrey Mokhov <andrey.mokhov at gmail.com>
Date: Thu Jul 14 02:04:08 2016 +0100
Point to in-tree Cabal sources
>---------------------------------------------------------------
6369ef04c8ba978c7670c4b79fe85c16e7a11139
.ghci | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/.ghci b/.ghci
index 85dfc94..9c0fe7a 100644
--- a/.ghci
+++ b/.ghci
@@ -1,2 +1,2 @@
-:set -Wall -fno-warn-name-shadowing -isrc -XRecordWildCards
+:set -Wall -fno-warn-name-shadowing -isrc -i../libraries/Cabal/Cabal -XRecordWildCards
:load Main
More information about the ghc-commits
mailing list