Skip to content

Commit

Permalink
Use GHC_VERSION for the install of updo:exes
Browse files Browse the repository at this point in the history
  • Loading branch information
philderbeast committed May 21, 2024
1 parent 8a309b2 commit 4d2e06a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion project-files.mk
Original file line number Diff line number Diff line change
Expand Up @@ -53,4 +53,4 @@ updo/Makefile:
rm -rf updo
curl -sSL ${UPDO_URL} | tar -xz
mv updo-* updo
cabal install updo:exes --overwrite-policy=always
cabal install updo:exes --overwrite-policy=always --with-compiler=ghc-$(GHC_VERSION)

0 comments on commit 4d2e06a

Please sign in to comment.