]> gitweb @ CieloNegro.org - Rakka.git/blobdiff - Rakka/Storage/Impl.hs
Resurrection from slight bitrot.
[Rakka.git] / Rakka / Storage / Impl.hs
index e699163b6fcecdc5ee639f88c30868efa3b2a42c..e1bad11015a987b32d95d079594ae731550f85fb 100644 (file)
@@ -107,7 +107,7 @@ startIndexManager :: FilePath -> Repository -> (Page -> IO Document) -> IO (TCha
 startIndexManager lsdir repos mkDraft
     = do chan  <- newTChanIO
          index <- openIndex indexDir revFile
-         forkIO (loop chan index)
+         _     <- forkIO (loop chan index)
          return chan
     where
       indexDir = lsdir </> "index"