Skip to content
This repository was archived by the owner on Oct 7, 2020. It is now read-only.

Commit 44b9f58

Browse files
committed
Use win path in CABAL_DIR
1 parent d2f5559 commit 44b9f58

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.azure/windows-cabal.bashrc

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
1-
export CABAL_DIR=/d/cabal
1+
export CABAL_DIR="D:\cabal"
22
export GHCS_PATH=$(cygpath $ProgramData)/chocolatey/lib/ghc/tools
33
export GHC_PATH=$GHCS_PATH/ghc-$GHC_VERSION
4-
export CABAL_ROOT=$CABAL_DIR
4+
export CABAL_ROOT=$(cygpath $CABAL_DIR)
55
export Z3_BIN_PATH=/usr/local/z3-4.8.5-x64-win/bin
66
export PATH=$CABAL_ROOT/bin:$GHC_PATH/bin:$Z3_BIN_PATH:$PATH

0 commit comments

Comments
 (0)