summaryrefslogtreecommitdiff
path: root/hakyll.cabal
diff options
context:
space:
mode:
Diffstat (limited to 'hakyll.cabal')
-rw-r--r--hakyll.cabal14
1 files changed, 0 insertions, 14 deletions
diff --git a/hakyll.cabal b/hakyll.cabal
index 8a13e9c..9d60f1a 100644
--- a/hakyll.cabal
+++ b/hakyll.cabal
@@ -308,17 +308,3 @@ 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