shake: build with nightly resolver, remove pandoc workarounds

stackage nightly now has pandoc 2.0.5 which builds with GHC 8.2.
https://github.com/jgm/pandoc/issues/4130
This commit is contained in:
Simon Michael 2017-12-14 18:17:43 -08:00
parent a0ff0ce84b
commit ea1ddd86b3

View File

@ -1,5 +1,5 @@
#!/usr/bin/env stack
{- stack exec --verbosity=info --stack-yaml=stack8.0.yaml
{- stack exec --verbosity=info
--package base-prelude
--package directory
--package extra
@ -7,7 +7,7 @@
--package safe
--package shake
--package time
-- ghc -threaded
-- ghc
-}
{-
One of two project scripts files (Makefile, Shake.hs).