]> gitweb @ CieloNegro.org - Lucu.git/blobdiff - Network/HTTP/Lucu/StaticFile.hs
Haddock overhaul
[Lucu.git] / Network / HTTP / Lucu / StaticFile.hs
index d79fc4fff4f6b6ff70959e7df497087a37289014..f0e9bd80508d8589eba5121c2d61dec1b09ad1bc 100644 (file)
@@ -52,7 +52,7 @@ handleStaticFile ∷ Bool → FilePath → Resource ()
 handleStaticFile sendContent path
     = do exists ← liftIO $ fileExist path
          unless exists
-             $ foundNoEntity Nothing
+             foundNoEntity'
 
          readable ← liftIO $ fileAccess path True False False
          unless readable