[commit: ghc] wip/nfs-locking: Reset GHC_PACKAGE_PATH varialbe (4th try). (b183504)
git at git.haskell.org
git at git.haskell.org
Thu Oct 26 23:47:07 UTC 2017
Repository : ssh://git@git.haskell.org/ghc
On branch : wip/nfs-locking
Link : http://ghc.haskell.org/trac/ghc/changeset/b1835045bfffcbc23d170b7675bf4156bc02e215/ghc
>---------------------------------------------------------------
commit b1835045bfffcbc23d170b7675bf4156bc02e215
Author: Andrey Mokhov <andrey.mokhov at gmail.com>
Date: Sat Jan 9 18:15:23 2016 +0000
Reset GHC_PACKAGE_PATH varialbe (4th try).
See #110. [skip ci]
>---------------------------------------------------------------
b1835045bfffcbc23d170b7675bf4156bc02e215
build.bat | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/build.bat b/build.bat
index 4cbbc42..2901686 100644
--- a/build.bat
+++ b/build.bat
@@ -17,6 +17,6 @@
%*
@rem Unset GHC_PACKAGE_PATH variable, as otherwise ghc-cabal complains
- at if defined GHC_PACKAGE_PATH ( set GHC_PACKAGE_PATH )
+ at set GHC_PACKAGE_PATH=
@ghc %ghcArgs% && .shake\build %shakeArgs%
More information about the ghc-commits
mailing list