File tree 5 files changed +388
-114
lines changed
5 files changed +388
-114
lines changed Original file line number Diff line number Diff line change @@ -137,9 +137,6 @@ install_ghcup() {
137
137
else
138
138
curl --proto ' =https' --tlsv1.2 -sSf https://get-ghcup.haskell.org | BOOTSTRAP_HASKELL_MINIMAL=1 sh
139
139
source " $( dirname " ${GHCUP_BIN} " ) /env"
140
- # make sure we use the vanilla channel for installing binaries
141
- # see https://github.com/haskell/ghcup-metadata/pull/166#issuecomment-1893075575
142
- ghcup config set url-source https://raw.githubusercontent.com/haskell/ghcup-metadata/master/ghcup-vanilla-0.0.8.yaml
143
140
ghcup install cabal --set " ${BOOTSTRAP_HASKELL_CABAL_VERSION} "
144
141
fi
145
142
}
Original file line number Diff line number Diff line change 11
11
export PATH=" $HOME /.local/bin:$PATH "
12
12
13
13
export BOOTSTRAP_HASKELL_NONINTERACTIVE=1
14
- export BOOTSTRAP_HASKELL_CABAL_VERSION=" ${CABAL_VER:- 3.10.2.0 } "
14
+ export BOOTSTRAP_HASKELL_CABAL_VERSION=" ${CABAL_VER:- 3.10.2.1 } "
15
15
export BOOTSTRAP_HASKELL_ADJUST_CABAL_CONFIG=no
16
16
export BOOTSTRAP_HASKELL_INSTALL_NO_STACK=yes
17
17
export BOOTSTRAP_HASKELL_ADJUST_BASHRC=1
Original file line number Diff line number Diff line change @@ -48,9 +48,9 @@ test_all_hls() {
48
48
fi
49
49
fi
50
50
done
51
- # install the recommended GHC version so the wrapper can launch HLS
52
- ghcup install ghc --set recommended
51
+ ghcup install ghc --set recommended
53
52
" $bindir /haskell-language-server-wrapper${ext} " typecheck " ${test_module} " || fail " failed to typecheck with HLS wrapper"
53
+ ghcup rm ghc " $( ghc --numeric-version) "
54
54
}
55
55
56
56
uname -a
You can’t perform that action at this time.
0 commit comments