Skip to content
GitLab
Menu
Projects
Groups
Snippets
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Sign in / Register
Toggle navigation
Menu
Open sidebar
Glasgow Haskell Compiler
GHC
Commits
de13770f
Commit
de13770f
authored
Jan 09, 2016
by
Andrey Mokhov
Browse files
Reset GHC_PACKAGE_PATH varialbe (3rd try).
See
#110
. [skip ci]
parent
9580d018
Changes
2
Hide whitespace changes
Inline
Side-by-side
.appveyor.yml
View file @
de13770f
...
...
@@ -23,8 +23,5 @@ install:
-
happy --version
build_script
:
-
set GHC_PACKAGE_PATH
-
set GHC_PACKAGE_PATH=
-
set GHC_PACKAGE_PATH
-
cd C:\msys64\home\ghc\shake-build
-
echo "" | stack --no-terminal exec -- build.bat -j --no-progress
build.bat
View file @
de13770f
...
...
@@ -16,4 +16,7 @@
".."
^
%
*
@rem Unset GHC_PACKAGE_PATH variable, as otherwise ghc-cabal complains
@if
defined
GHC_PACKAGE_PATH
(
set
GHC_PACKAGE_PATH
)
@ghc
%ghcArgs%
&&
.shake\build
%shakeArgs%
Write
Preview
Supports
Markdown
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment