X-Git-Url: http://git.cielonegro.org/gitweb.cgi?a=blobdiff_plain;f=examples%2FImplanted.hs;h=82d98e74d4c7a683f255fca5b0e2565eb5945ec6;hb=761b90ab4f413d2e83460f170082f3b15bbaef4f;hp=68423086a2472ac51fa1d777ecf9ac412fbe2a97;hpb=0214f070b80791323430e21b53bcbe8a77b71b23;p=Lucu.git diff --git a/examples/Implanted.hs b/examples/Implanted.hs index 6842308..82d98e7 100644 --- a/examples/Implanted.hs +++ b/examples/Implanted.hs @@ -1,10 +1,12 @@ +{-# LANGUAGE + UnicodeSyntax + #-} import MiseRafturai import Network.HTTP.Lucu -main :: IO () +main ∷ IO () main = let config = defaultConfig { cnfServerPort = "9999" } resources = mkResTree [ ([], miseRafturai) ] in do putStrLn "Access http://localhost:9999/ with your browser." runHttpd config resources [] - \ No newline at end of file