summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJasper Van der Jeugt <jaspervdj@gmail.com>2011-05-27 21:00:35 +0200
committerJasper Van der Jeugt <jaspervdj@gmail.com>2011-05-27 21:00:35 +0200
commit93276a424c8c7f1d8de5a344af2805bc6ad18375 (patch)
treecfa089e0011a1a7317e39e9d38cffd85c35d1bba
parent5849ab36c784eebc6f0d9ae2ff7efe91c2f6e4ac (diff)
downloadhakyll-93276a424c8c7f1d8de5a344af2805bc6ad18375.tar.gz
Disable inotify (doesn't compile for me)
-rw-r--r--hakyll.cabal11
1 files changed, 7 insertions, 4 deletions
diff --git a/hakyll.cabal b/hakyll.cabal
index 8fba091..f19befd 100644
--- a/hakyll.cabal
+++ b/hakyll.cabal
@@ -26,10 +26,13 @@ source-repository head
type: git
location: git://github.com/jaspervdj/hakyll.git
-flag inotify
- description: Use the inotify bindings for the preview server. Better, but
- only works on Linux.
- default: False
+-- 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