cabal sandbox init # optional
cabal install --only-dependencies --enable-tests
cabal configure --enable-tests
cabal build
If you initialized a sandbox the executable will end up in the sandbox, i.e.
.cabal-sandbox/bin/dataflow
. If you have no sandbox it will end up in
~/.cabal/bin/dataflow
. If you get any stange errors during install try a cabal clean
cabal install
./run-tests.sh
# or...
./watch-tests.sh
make -C examples