From 412ea86a2d5d888903be4ce8d5f2ff3000d8cf4d Mon Sep 17 00:00:00 2001 From: Simon Michael Date: Sat, 4 Jan 2020 17:52:56 -0800 Subject: [PATCH] ;shake: use older GHC to work around regex#173 (#1090) [ci skip] --- Shake.hs | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/Shake.hs b/Shake.hs index 42148df65..e7530a1ac 100755 --- a/Shake.hs +++ b/Shake.hs @@ -1,6 +1,7 @@ #!/usr/bin/env stack {- stack exec --verbosity=info + --stack-yaml=stack-ghc8.6.yaml --package base-prelude --package directory --package extra @@ -10,7 +11,9 @@ --package time ghc -} --- uses the project's default resolver & extra deps (see stack.yaml) +-- Normally uses the project's default resolver & extra deps (stack.yaml). +-- Currently using stack-ghc8.6.yaml (& building two sets of deps) because of +-- https://github.com/iconnect/regex/issues/173#issuecomment-570836346 {- One of two project scripts files (Makefile, Shake.hs). This one