summaryrefslogtreecommitdiff
path: root/hakyll.cabal
diff options
context:
space:
mode:
Diffstat (limited to 'hakyll.cabal')
-rw-r--r--hakyll.cabal14
1 files changed, 14 insertions, 0 deletions
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