tools: hakyll-std: relax pandoc dep to reduce building

This commit is contained in:
Simon Michael 2016-08-09 18:27:29 -07:00
parent fe1408485d
commit 11c2ce1d96

View File

@ -1,5 +1,5 @@
#!/usr/bin/env stack
{- stack runghc --verbosity info --package hakyll --package pandoc-1.17.0.3 -}
{- stack runghc --verbosity info --package hakyll --package pandoc -} -- pandoc-1.17.0.3
{-# LANGUAGE OverloadedStrings #-}
{- |