]> gitweb @ CieloNegro.org - Lucu.git/blobdiff - examples/Implanted.hs
Honor cnfServerV4Addr and cnfServerV6Addr.
[Lucu.git] / examples / Implanted.hs
index 390a572873b00119ca8f3c690ced9441e9a6b101..68423086a2472ac51fa1d777ecf9ac412fbe2a97 100644 (file)
@@ -1,9 +1,8 @@
 import MiseRafturai
-import Network
 import Network.HTTP.Lucu
 
 main :: IO ()
-main = let config    = defaultConfig { cnfServerPort = PortNumber 9999 }
+main = let config    = defaultConfig { cnfServerPort = "9999" }
            resources = mkResTree [ ([], miseRafturai) ]
        in
          do putStrLn "Access http://localhost:9999/ with your browser."