From 1e2e83ab7e2cc633c01f9003b3ef692136554412 Mon Sep 17 00:00:00 2001 From: Simon Michael Date: Wed, 18 Mar 2020 15:14:35 -0700 Subject: [PATCH] shake: use script command, allow running without compiling first --- Shake.hs | 5 ++--- 1 file changed, 2 insertions(+), 3 deletions(-) diff --git a/Shake.hs b/Shake.hs index 07dc62ee2..e8ba22c3f 100755 --- a/Shake.hs +++ b/Shake.hs @@ -1,7 +1,7 @@ #!/usr/bin/env stack -{- stack exec +{- stack script --compile --verbosity=info - --stack-yaml=stack.yaml + --resolver=lts-15.4 --package base-prelude --package directory --package extra @@ -9,7 +9,6 @@ --package safe --package shake --package time - ghc -} {-