summaryrefslogtreecommitdiff
path: root/src/Hakyll/Main.hs
diff options
context:
space:
mode:
authorJasper Van der Jeugt <jaspervdj@gmail.com>2011-02-10 16:04:55 +0100
committerJasper Van der Jeugt <jaspervdj@gmail.com>2011-02-10 16:04:55 +0100
commitd66155968fa02b85eb751c68f20d3a6bb708b5e6 (patch)
treee3c6025cc93c55aee9e3cdb8e1177f16c64b4803 /src/Hakyll/Main.hs
parent1075096df7268111b2de83f0c52af15921be4ca4 (diff)
downloadhakyll-d66155968fa02b85eb751c68f20d3a6bb708b5e6.tar.gz
Move preview server, update to snap 0.4
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 36a4010..1d60e47 100644
--- a/src/Hakyll/Main.hs
+++ b/src/Hakyll/Main.hs
@@ -12,7 +12,7 @@ import System.Directory (doesDirectoryExist, removeDirectoryRecursive)
import Hakyll.Core.Configuration
import Hakyll.Core.Run
import Hakyll.Core.Rules
-import Hakyll.Network.Server
+import Hakyll.Web.Preview.Server
-- | This usualy is the function with which the user runs the hakyll compiler
--