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 441aaee..b8ff57c 100644
--- a/hakyll.cabal
+++ b/hakyll.cabal
@@ -26,24 +26,10 @@ source-repository head
type: git
location: git://github.com/jaspervdj/hakyll.git
--- Disabled while inotify is broken with GHC 7. If you're interested in fixing,
--- contact me!
---
--- flag inotify
--- description: Use the inotify bindings for the preview server. Better,
--- but only works on Linux.
--- default: False
-
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
-
build-depends: base >= 4 && < 5,
filepath == 1.*,
directory == 1.*,