From 844e04812cc62a124205005fca4f2264ccc02c06 Mon Sep 17 00:00:00 2001 From: Simon Michael Date: Mon, 26 Oct 2015 06:54:29 -0700 Subject: [PATCH] tools: simplify stack preamble in hakyll-std.hs This doesn't yet quite install its deps when you run it from the makefile, you may have to run the script directly to get the deps (hakyll, pandoc) installed. --- doc/site/hakyll-std.hs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/doc/site/hakyll-std.hs b/doc/site/hakyll-std.hs index 8895da3ba..9c1aaeee7 100755 --- a/doc/site/hakyll-std.hs +++ b/doc/site/hakyll-std.hs @@ -1,5 +1,5 @@ #!/usr/bin/env stack --- stack --resolver nightly-2015-07-01 --install-ghc runghc --package hakyll --package pandoc +-- stack runghc --package hakyll --package pandoc {-# LANGUAGE OverloadedStrings #-} {- |