]> Git — Sourcephile - haskell/symantic-parser.git/blob - Makefile
fix cabal metadata
[haskell/symantic-parser.git] / Makefile
1 repl:
2 cabal repl
3 t/repl:
4 cabal repl --enable-tests symantic-parser-test
5
6 t:
7 cabal test --test-show-details always --test-options "--color always --size-cutoff 100000"
8 t/prof:
9 cabal test --enable-profiling --enable-library-coverage --enable-coverage --test-show-details always
10 t/accept:
11 cabal test --test-show-details always --test-options "--accept --color always --size-cutoff 100000"
12
13 doc:
14 cabal haddock --haddock-css ocean --haddock-hyperlink-source