From 247c27678852f9e482a574f0f3b290c7e8c14c6f Mon Sep 17 00:00:00 2001 From: "Yann Esposito (Yogsototh)" Date: Sun, 18 Apr 2021 23:21:53 +0200 Subject: [PATCH] slow but work --- build.sh | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/build.sh b/build.sh index 0bc2c8f..d8bf929 100755 --- a/build.sh +++ b/build.sh @@ -3,4 +3,6 @@ # 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 "$@" +# cabal v2-run -- her-esy-fun "$@" + +runghc app/Shakefile.hs "$@"