blob: fab0b569ea4fe877188e01d1bb878cf854c3d4d9 (
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:
npx nodemon -e .hs -w src --exec 'ghcid -c "cabal repl test:specs" -T :main'
build:
nix build
|