slow but work

This commit is contained in:
Yann Esposito (Yogsototh) 2021-04-18 23:21:53 +02:00
parent 4b0d89488e
commit 247c276788
Signed by untrusted user who does not match committer: yogsototh
GPG Key ID: 7B19A4C650D59646
1 changed files with 3 additions and 1 deletions

View File

@ -3,4 +3,6 @@
# mkdir -p _shake # mkdir -p _shake
# ghc --make app/Shakefile.hs -rtsopts -threaded -with-rtsopts=-I0 -outputdir=_shake -o _shake/build && _shake/build "$@" # ghc --make app/Shakefile.hs -rtsopts -threaded -with-rtsopts=-I0 -outputdir=_shake -o _shake/build && _shake/build "$@"
cabal v2-run -- her-esy-fun "$@" # cabal v2-run -- her-esy-fun "$@"
runghc app/Shakefile.hs "$@"