Shake.hs, stack-ghc8.2.yaml: missing extra-dep for pandoc

This commit is contained in:
Everett Hildenbrandt 2018-05-10 21:54:33 -06:00 committed by Simon Michael
parent 676ea912b3
commit e8ac237752
2 changed files with 5 additions and 4 deletions

View File

@ -300,7 +300,7 @@ main = do
pandocSiteFilter %> \out -> do
let source = out <.> "hs"
need [source]
cmd "stack --stack-yaml=stack-ghc8.2.yaml ghc --package pandoc -- -o" out source
cmd "stack --stack-yaml=stack-ghc8.2.yaml ghc -- -o" out source
"site/_site/files/README" : [ "site/_site//*" <.> ext | ext <- webcopyfileexts ] |%> \out -> do
let input = "site" </> dropDirectory2 out

View File

@ -13,9 +13,10 @@ extra-deps:
- easytest-0.2
# XXX may need to enable these when building Shake.hs.
# They probably shouldn't be here, and are causing headaches, so commented for now.
# - pandoc-2.2.1
# - http-types-0.11
# - skylighting-0.5.1
- pandoc-2.1.1
- http-types-0.11
- skylighting-0.5.1
- haddock-library-1.4.5
nix:
pure: false