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:
parent
a0ff0ce84b
commit
ea1ddd86b3
4
Shake.hs
4
Shake.hs
@ -1,5 +1,5 @@
|
|||||||
#!/usr/bin/env stack
|
#!/usr/bin/env stack
|
||||||
{- stack exec --verbosity=info --stack-yaml=stack8.0.yaml
|
{- stack exec --verbosity=info
|
||||||
--package base-prelude
|
--package base-prelude
|
||||||
--package directory
|
--package directory
|
||||||
--package extra
|
--package extra
|
||||||
@ -7,7 +7,7 @@
|
|||||||
--package safe
|
--package safe
|
||||||
--package shake
|
--package shake
|
||||||
--package time
|
--package time
|
||||||
-- ghc -threaded
|
-- ghc
|
||||||
-}
|
-}
|
||||||
{-
|
{-
|
||||||
One of two project scripts files (Makefile, Shake.hs).
|
One of two project scripts files (Makefile, Shake.hs).
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user