]> gitweb @ CieloNegro.org - Lucu.git/blobdiff - Network/HTTP/Lucu/Httpd.hs
Small fix
[Lucu.git] / Network / HTTP / Lucu / Httpd.hs
index 2036412dd10d839831130ca44bb858d9e2c1757e..9632b298193e30a24b4711519896be32b3fa72dd 100644 (file)
@@ -42,7 +42,7 @@ import           System.Posix.Signals
 -- >                resUsesNativeThread = False
 -- >              , resIsGreedy         = False
 -- >              , resGet
--- >                  = Just $ do setContentType $ "text" </> "plain"
+-- >                  = Just $ do setContentType $ read "text/plain"
 -- >                              output "Hello, world!"
 -- >              , resHead   = Nothing
 -- >              , resPost   = Nothing