File tree 2 files changed +7
-3
lines changed 2 files changed +7
-3
lines changed Original file line number Diff line number Diff line change @@ -8,11 +8,16 @@ RUN sudo install-packages build-essential curl libffi-dev libffi7 libgmp-dev lib
8
8
echo 'source $HOME/.ghcup/env' >> $HOME/.bashrc && \
9
9
echo 'export PATH=$HOME/.cabal/bin:$HOME/.local/bin:$PATH' >> $HOME/.bashrc && \
10
10
. /home/gitpod/.ghcup/env && \
11
- ghcup install ghc --set && \
11
+ ghcup install ghc 8.6.5 && \
12
+ ghcup install ghc 8.8.4 && \
13
+ ghcup install ghc 8.10.7 && \
14
+ ghcup install ghc 9.0.2 && \
15
+ ghcup install ghc 9.2.2 && \
16
+ ghcup install ghc 9.2.3 --set && \
12
17
ghcup install hls --set && \
13
18
ghcup install cabal --set && \
14
19
ghcup install stack --set && \
15
20
cabal update && \
16
- cabal install stylish-haskell hoogle implicit-hie && \
21
+ cabal install --constraint " stylish-haskell +ghc-lib" stylish-haskell implicit-hie hoogle && \
17
22
pip install pre-commit && \
18
23
npm install -g http-server
Original file line number Diff line number Diff line change 10
10
$HOME/.local
11
11
$HOME/.cabal
12
12
$HOME/.stack
13
- $HOME/.ghcup
14
13
/nix
15
14
)
16
15
for DIR in "${CACHE_DIRS[@]}"; do
You can’t perform that action at this time.
0 commit comments