Skip to content

Commit

Permalink
Add constraints to cabal install
Browse files Browse the repository at this point in the history
  • Loading branch information
EmilKWarmdahl committed Nov 5, 2024
1 parent b60ba86 commit 6892721
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion scripts/ghc-alpine-build.sh
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ set -ex
. "$HOME/.ghcup/env"

cd ghc/
cabal install happy alex --install-method=copy --constraint 'happy = 1.20'
cabal install happy-1.20 alex --install-method=copy
cp ~/.cabal/bin/* /usr/bin

# Build GHC
Expand Down

0 comments on commit 6892721

Please sign in to comment.