aboutsummaryrefslogtreecommitdiff
path: root/justfile
blob: 4e4ff2d7346f8b22ae2d1ef59460ea544e3780a8 (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 *args:
  cabal test {{args}}

testw *args:
  nodemon -e .hs -w src --exec 'ghcid -c "cabal repl test:specs" -T :main'

build:
  nix build