Skip to content

Commit

Permalink
add cabal update to test-via-cabal
Browse files Browse the repository at this point in the history
  • Loading branch information
rudymatela committed Aug 29, 2024
1 parent 4d08080 commit 21405b0
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -101,6 +101,7 @@ test-sdist:
./test/sdist

test-via-cabal:
cabal update # recent (2024) cabal refuses to build without a package list
cabal configure --enable-tests --enable-benchmarks --ghc-options="$(GHCFLAGS) -O0"
cabal build
cabal test main
Expand Down

0 comments on commit 21405b0

Please sign in to comment.