From 93276a424c8c7f1d8de5a344af2805bc6ad18375 Mon Sep 17 00:00:00 2001 From: Jasper Van der Jeugt Date: Fri, 27 May 2011 21:00:35 +0200 Subject: Disable inotify (doesn't compile for me) --- hakyll.cabal | 11 +++++++---- 1 file 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 -- cgit v1.2.3