4 import qualified Data.Collections as C
7 import Network.HTTP.Lucu
10 main = let config = defaultConfig { cnfServerPort = "9999" }
12 tree = C.fromList [ ([], nonGreedy miseRafturai) ]
14 do putStrLn "Access http://localhost:9999/ with your browser."
15 withSocketsDo $ runHttpd config $ resourceMap tree