#!/usr/bin/env -S bash -e
ghcup set ghc $1
autoreconf -i
cabal test --ghc-options='-Werror'
cabal haddock --ghc-options='-Werror'
