b9-0.2.0: build_and_test.sh
#!/bin/bash # Install dependencies and enable test compilation, then rebuild the sources and # run all tests. set -exu cabal configure --enable-tests --disable-optimization cabal build ./dist/build/spec/spec
#!/bin/bash # Install dependencies and enable test compilation, then rebuild the sources and # run all tests. set -exu cabal configure --enable-tests --disable-optimization cabal build ./dist/build/spec/spec