From dd1253c792c45a67b4f7118e6f224931503efb4c Mon Sep 17 00:00:00 2001 From: Simon Michael Date: Sat, 24 Mar 2018 18:40:37 -0700 Subject: [PATCH] tools: hakyll-std: update stack.yaml reference [ci skip] --- site/hakyll-std/hakyll-std.hs | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/site/hakyll-std/hakyll-std.hs b/site/hakyll-std/hakyll-std.hs index 926c1ba1a..068303eed 100755 --- a/site/hakyll-std/hakyll-std.hs +++ b/site/hakyll-std/hakyll-std.hs @@ -1,13 +1,13 @@ #!/usr/bin/env stack {- stack exec --verbosity info - --stack-yaml=../../stack8.0.yaml + --stack-yaml=../../stack-ghc8.2.yaml --package hakyll --package pandoc -- ghc -} --- Still using stack8.0.yaml because hakyll-std requires pandoc < 2, which requires GHC < 8.2. --- hledger and Shake use stack.yaml by default so you may end up downloading and building two snapshots. --- hakyll-std will go away soon hopefully. +-- Need to stick stack-ghc8.2.yaml for hakyll/pandoc. hledger and +-- Shake use stack.yaml by default so you may end up downloading and +-- building two snapshots. hakyll-std will go away soon hopefully. {- |