her.esy.fun/build.sh

9 lines
217 B
Bash
Raw Permalink Normal View History

2020-05-25 20:28:06 +00:00
#!/bin/sh
2021-03-13 22:41:34 +00:00
# mkdir -p _shake
# ghc --make app/Shakefile.hs -rtsopts -threaded -with-rtsopts=-I0 -outputdir=_shake -o _shake/build && _shake/build "$@"
2021-04-18 21:21:53 +00:00
# cabal v2-run -- her-esy-fun "$@"
runghc app/Shakefile.hs "$@"