her.esy.fun/build.sh
Yann Esposito (Yogsototh) 247c276788
slow but work
2021-04-18 23:21:53 +02:00

9 lines
217 B
Bash
Executable file

#!/bin/sh
# mkdir -p _shake
# ghc --make app/Shakefile.hs -rtsopts -threaded -with-rtsopts=-I0 -outputdir=_shake -o _shake/build && _shake/build "$@"
# cabal v2-run -- her-esy-fun "$@"
runghc app/Shakefile.hs "$@"