This repository was archived by the owner on Oct 7, 2020. It is now read-only.
File tree Expand file tree Collapse file tree 3 files changed +4
-3
lines changed Expand file tree Collapse file tree 3 files changed +4
-3
lines changed Original file line number Diff line number Diff line change 1
- export CABAL_DIR="D:\cabal"
2
1
export GHCS_PATH=$(cygpath $ProgramData)/chocolatey/lib/ghc/tools
3
2
export GHC_PATH=$GHCS_PATH/ghc-$GHC_VERSION
4
3
export CABAL_ROOT=$(cygpath $CABAL_DIR)
Original file line number Diff line number Diff line change 14
14
GHC_VERSION : " 8.4.4"
15
15
variables :
16
16
CABAL_VERSION : " 3.0.0.0"
17
+ CABAL_DIR : " D:\\ cabal"
17
18
CABAL_STORE_DIR : " D:\\ sd"
18
19
LIQUID_VERSION : " 0.8.6.2"
19
20
STACK_ROOT : " D:\\ sr"
Original file line number Diff line number Diff line change 6
6
variables :
7
7
GHC_VERSION : " 8.6.5"
8
8
CABAL_VERSION : " 3.0.0.0"
9
- PROJECT_FILE : " ./install/shake.project "
9
+ CABAL_DIR : " " # To use the default one (cabal-hie-install latest fails with a custom one)
10
10
CABAL_STORE_DIR : " D:\\ sd"
11
+ PROJECT_FILE : " ./install/shake.project"
11
12
steps :
12
13
- task : Cache@2
13
14
inputs :
18
19
- bash : |
19
20
source .azure/windows-cabal.bashrc
20
21
mkdir -p $CABAL_ROOT
21
- tar -vxzf .azure-cache/cabal-root.tar.gz -C /c
22
+ tar -vxzf .azure-cache/cabal-root.tar.gz -C /d
22
23
mkdir -p $CABAL_STORE_DIR
23
24
tar -vxzf .azure-cache/cabal-store.tar.gz -C /d
24
25
mkdir -p ./dist-newstyle
You can’t perform that action at this time.
0 commit comments