From 443e49214d44e6b6f7b58b225afe398a273ea03c Mon Sep 17 00:00:00 2001 From: Simon Michael Date: Sat, 5 Feb 2022 07:28:59 -1000 Subject: [PATCH] tools: shake: sync with stack.yaml --- Shake.hs | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/Shake.hs b/Shake.hs index 09f7e7428..50b10c274 100755 --- a/Shake.hs +++ b/Shake.hs @@ -1,5 +1,6 @@ #!/usr/bin/env stack -{- stack script --resolver nightly-2021-12-16 --compile +{- stack script --resolver nightly-2022-01-20 --compile + --extra-include-dirs /Library/Developer/CommandLineTools/SDKs/MacOSX12.1.sdk/usr/include/ffi --package base-prelude --package directory --package extra