tools: hakyll-std: update stack.yaml reference

[ci skip]
This commit is contained in:
Simon Michael 2018-03-24 18:40:37 -07:00
parent c79cee3d1f
commit dd1253c792

View File

@ -1,13 +1,13 @@
#!/usr/bin/env stack #!/usr/bin/env stack
{- stack exec --verbosity info {- stack exec --verbosity info
--stack-yaml=../../stack8.0.yaml --stack-yaml=../../stack-ghc8.2.yaml
--package hakyll --package hakyll
--package pandoc --package pandoc
-- ghc -- ghc
-} -}
-- Still using stack8.0.yaml because hakyll-std requires pandoc < 2, which requires GHC < 8.2. -- Need to stick stack-ghc8.2.yaml for hakyll/pandoc. hledger and
-- hledger and Shake use stack.yaml by default so you may end up downloading and building two snapshots. -- Shake use stack.yaml by default so you may end up downloading and
-- hakyll-std will go away soon hopefully. -- building two snapshots. hakyll-std will go away soon hopefully.
{- | {- |