Initial release

This commit is contained in:
Stefan Risberg
2022-12-03 10:50:09 +01:00
commit 01cdae0f7a
16 changed files with 614 additions and 0 deletions

34
Makefile Normal file
View File

@@ -0,0 +1,34 @@
build:
stack haddock --haddock-deps
stack build
ghcid:
stack exec -- ghcid --test ":main"
build-profile:
stack build --profile
run:
stack run
run-profile:
stack --profile run -- +RTS -p
run-memprof:
stack run -- +RTS -s
hoogle-generate:
stack hoogle -- generate --local
hoogle-serve:
stack hoogle -- serve --local
setup:
stack build ghcid
# bench:
# stack --profile bench --benchmark-arguments "--output test1.html"
# profiteur CsvHaskellTest-bench.prof
# xdg-open test1.html
# xdg-open CsvHaskellTest-bench.prof.html