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 e7720d9 commit 412b298
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
cabal install happy alex --install-method=copy --constraint 'happy =< 1.20'
cp ~/.cabal/bin/* /usr/bin

# Build GHC
Expand Down

0 comments on commit 412b298

Please sign in to comment.