summaryrefslogtreecommitdiff
path: root/hakyll.cabal
diff options
context:
space:
mode:
authorJasper Van der Jeugt <m@jaspervdj.be>2017-02-09 11:46:55 -0500
committerJasper Van der Jeugt <m@jaspervdj.be>2017-02-09 11:46:55 -0500
commiteded57b49def0231c9646b2977227b75ae04b51a (patch)
tree0d17cdb38ffb24b310a80d38f0e02cca3dc02b9c /hakyll.cabal
parent1549dcc81b980df9a45372bfbf0db8d10f0d0582 (diff)
downloadhakyll-eded57b49def0231c9646b2977227b75ae04b51a.tar.gz
Revert "Move hakyll-init to https://github.com/jaspervdj/hakyll-init"
This reverts commit e46adb860c2548db519940a36768482d7b49f0ef.
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