From eded57b49def0231c9646b2977227b75ae04b51a Mon Sep 17 00:00:00 2001 From: Jasper Van der Jeugt Date: Thu, 9 Feb 2017 11:46:55 -0500 Subject: Revert "Move hakyll-init to https://github.com/jaspervdj/hakyll-init" This reverts commit e46adb860c2548db519940a36768482d7b49f0ef. --- hakyll.cabal | 14 ++++++++++++++ 1 file changed, 14 insertions(+) (limited to 'hakyll.cabal') diff --git a/hakyll.cabal b/hakyll.cabal index cd0957a..9f81d09 100644 --- a/hakyll.cabal +++ b/hakyll.cabal @@ -308,3 +308,17 @@ Test-suite hakyll-tests http-types >= 0.7 && < 0.10 Cpp-options: -DCHECK_EXTERNAL + +Executable hakyll-init + Ghc-options: -Wall + Hs-source-dirs: src + Main-is: Hakyll/Init.hs + + Build-depends: + base >= 4 && < 5, + directory >= 1.0 && < 1.4, + filepath >= 1.0 && < 1.5 + + Other-modules: + Hakyll.Core.Util.File + Paths_hakyll -- cgit v1.2.3