b9-0.2.3: build_and_test.sh
#!/bin/bash # # Install dependencies and enable test compilation, then rebuild the sources and # run all tests. # set -exu PATH="$(pwd)/.cabal-sandbox/bin:$PATH" cabal configure --enable-tests --disable-optimization cabal build ./dist/build/spec/spec