summaryrefslogtreecommitdiff
path: root/src/Hakyll/Main.hs
diff options
context:
space:
mode:
authorJasper Van der Jeugt <jaspervdj@gmail.com>2011-02-23 10:11:55 +0100
committerJasper Van der Jeugt <jaspervdj@gmail.com>2011-02-23 10:11:55 +0100
commit5abc3d87e234c2f92b6c5481200d1f813ca2ce6f (patch)
tree422fd79a23bb2af298ccf223c8a3b9709426044a /src/Hakyll/Main.hs
parent371c28cb1a7976740f104b0737b6b9c37c08b72f (diff)
downloadhakyll-5abc3d87e234c2f92b6c5481200d1f813ca2ce6f.tar.gz
Add cabal flag for inotify
Diffstat (limited to 'src/Hakyll/Main.hs')
-rw-r--r--src/Hakyll/Main.hs2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/Hakyll/Main.hs b/src/Hakyll/Main.hs
index 13ec0dd..a44d9fa 100644
--- a/src/Hakyll/Main.hs
+++ b/src/Hakyll/Main.hs
@@ -14,7 +14,7 @@ import Hakyll.Core.Configuration
import Hakyll.Core.Run
import Hakyll.Core.Rules
import Hakyll.Core.Rules.Internal
-import Hakyll.Web.Preview.INotify
+import Hakyll.Web.Preview.Poll
import Hakyll.Web.Preview.Server
-- | This usualy is the function with which the user runs the hakyll compiler