Skip to content

Commit

Permalink
build: fix
Browse files Browse the repository at this point in the history
  • Loading branch information
AshleyYakeley committed Feb 29, 2024
1 parent 13eaa02 commit 95a89ee
Showing 1 changed file with 6 additions and 1 deletion.
7 changes: 6 additions & 1 deletion build
Original file line number Diff line number Diff line change
@@ -1,8 +1,13 @@
#!/bin/bash -e
autoreconf -i
PATH=$HOME/.ghcup/bin:$PATH
ghcup upgrade
ghcup install cabal latest
ghcup set cabal latest
ghcup install ghc latest
ghcup set ghc latest
cabal update
cabal v1-install --only-dependencies --enable-tests
cabal v1-configure --enable-tests
cabal v1-test --test-options="--hide-successes"
cabal v1-test
cabal v1-haddock

0 comments on commit 95a89ee

Please sign in to comment.