summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--hakyll.cabal10
1 files changed, 5 insertions, 5 deletions
diff --git a/hakyll.cabal b/hakyll.cabal
index 441aaee..7120646 100644
--- a/hakyll.cabal
+++ b/hakyll.cabal
@@ -38,11 +38,11 @@ library
ghc-options: -Wall
hs-source-dirs: src
- if flag(inotify)
- hs-source-dirs: src-inotify
- build-depends: hinotify >= 0.3
- else
- hs-source-dirs: src-interval
+-- if flag(inotify)
+-- hs-source-dirs: src-inotify
+-- build-depends: hinotify >= 0.3
+-- else
+-- hs-source-dirs: src-interval
build-depends: base >= 4 && < 5,
filepath == 1.*,