Skip to content

Commit

Permalink
debug
Browse files Browse the repository at this point in the history
  • Loading branch information
msakai committed Feb 9, 2021
1 parent 8e86a21 commit 3fe9dc1
Showing 1 changed file with 5 additions and 2 deletions.
7 changes: 5 additions & 2 deletions appveyor.yml
Original file line number Diff line number Diff line change
Expand Up @@ -30,8 +30,11 @@ install:
- stack setup > nul
- FOR /F "usebackq" %%i IN (`stack path --compiler-bin`) DO set COMPILER_BIN=%%i
- if %PLATFORM%==x64 (
echo "replacing %COMPILER_BIN%\..\lib\ghc-8.10.2\settings" &&
copy misc\x86_64-windows-ghc-8.10.2-settings.txt %COMPILER_BIN%\..\lib\ghc-8.10.2\settings
echo "replacing %COMPILER_BIN%\..\lib\settings" &&
dir %COMPILER_BIN%\..\lib &&
type %COMPILER_BIN%\..\lib\settings &&
copy misc\x86_64-windows-ghc-8.10.2-settings.txt %COMPILER_BIN%\..\lib\settings &&
type %COMPILER_BIN%\..\lib\settings
)

build_script:
Expand Down

0 comments on commit 3fe9dc1

Please sign in to comment.