Test that building hashable works

This commit is contained in:
2024-01-03 21:16:10 +08:00
parent 25f6f8cfad
commit 9ebb937b37
2 changed files with 3 additions and 1 deletions

View File

@@ -109,6 +109,8 @@ case $TOOL in
cabal --version
cabal update
cabal install --lib --package-env=. clock
# https://github.com/haskell/ghcup-hs/issues/966
cabal install --lib --package-env=. hashable
;;
cabal)
ghcup_fun install ghc --set "$(ghcup_fun list -t ghc -r -c available | tail -1 | awk '{ print $2 }')"