]> gitweb @ CieloNegro.org - Lucu.git/blobdiff - examples/Implanted.hs
hlint
[Lucu.git] / examples / Implanted.hs
index 03bcbdb1a88593972e17e594ca2b6f6c07bd907b..34878a094a3fd1cfc71ac76df1ff62c6b659b1cf 100644 (file)
@@ -5,6 +5,7 @@ import qualified Data.Collections as C
 import MiseRafturai
 import Network
 import Network.HTTP.Lucu
+import Prelude.Unicode
 
 main ∷ IO ()
 main = let config = defaultConfig { cnfServerPort = "9999" }
@@ -12,4 +13,4 @@ main = let config = defaultConfig { cnfServerPort = "9999" }
            tree   = C.fromList [ ([], nonGreedy miseRafturai) ]
        in
          do putStrLn "Access http://localhost:9999/ with your browser."
-            withSocketsDo $ runHttpd config $ resourceMap tree
+            withSocketsDo  runHttpd config $ resourceMap tree