blob: 2df039ba2bac5c3f45cceed1fff27aa4232c487c (
plain) (
blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
|
default:
@just --choose
run *args:
cabal run chelleport -- {{args}}
test:
cabal test
testw:
nodemon -e .hs -w src --exec 'ghcid -c "cabal repl test:specs" -T :main'
build:
nix build
|