From edc50759a036964edc04c7d67a4bfa553c04bfef Mon Sep 17 00:00:00 2001 From: Simon Michael Date: Thu, 14 Dec 2017 18:19:55 -0800 Subject: [PATCH] tools: hakyll-std: document workaround --- site/hakyll-std/hakyll-std.hs | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/site/hakyll-std/hakyll-std.hs b/site/hakyll-std/hakyll-std.hs index f4d4dd1ba..926c1ba1a 100755 --- a/site/hakyll-std/hakyll-std.hs +++ b/site/hakyll-std/hakyll-std.hs @@ -4,7 +4,10 @@ --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. {- |