Skip to content

Commit 8383b3c

Browse files
committed
use stack to setup env instead of cabal-install
1 parent 633e9ba commit 8383b3c

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

foundation-pak/build-foundation-pak-for-ghc-9.2.7.sh

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -4,8 +4,7 @@ set -x -e
44
# setup
55
############
66

7-
cabal update
8-
cabal install --overwrite-policy=always alex-3.2.6 happy-1.20.0 zip-cmd-1.0.1
7+
stack --resolver lts-20.24 install alex-3.2.6 happy-1.20.0 zip-cmd-1.0.1
98

109
############
1110
# checkout GHC source and build

0 commit comments

Comments
 (0)