Snap server for running GHC tests, as part of Mumuki infrastructure
Please check the Mumuki Wiki for more information.
cabal sandbox init
cabal install --dependencies-only --enable-tests
cabal configure --enable-tests
cabal build
cabal test
cabal run
Notice: you may want to change the following files:
prod/config/Config
(for running the runner locally)prod/config/Test
(for testing the runner locally)
with local configuration
runhaskellArgs = ["-package-db=./.cabal-sandbox/x86_64-linux-ghc-7.6.3-packages.conf.d"]