]> gitweb @ CieloNegro.org - Lucu.git/blobdiff - examples/Implanted.hs
Fixing examples...
[Lucu.git] / examples / Implanted.hs
index 68423086a2472ac51fa1d777ecf9ac412fbe2a97..82d98e74d4c7a683f255fca5b0e2565eb5945ec6 100644 (file)
@@ -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