X-Git-Url: http://git.cielonegro.org/gitweb.cgi?p=Lucu.git;a=blobdiff_plain;f=examples%2FHelloWorld.hs;h=20be0ce1a9969dd4dc49fd0bfe5b4984fdb0ae06;hp=43e21d2b5e039c89b58e0e973072c02041310dab;hb=40c0d61e88920807a91b8f3c4419b08032988d76;hpb=854f6d1709d468f7e1bf0db2dcd2d30de6bd5f5e diff --git a/examples/HelloWorld.hs b/examples/HelloWorld.hs index 43e21d2..20be0ce 100644 --- a/examples/HelloWorld.hs +++ b/examples/HelloWorld.hs @@ -41,8 +41,8 @@ helloWorld resUsesNativeThread = False , resIsGreedy = False , resGet - = Just $ do time <- liftIO $ getClockTime - foundEntity (strongETag "abcde") time + = Just $ do --time <- liftIO $ getClockTime + --foundEntity (strongETag "abcde") time setContentType $ "text" +/+ "hello" outputChunk "Hello, " outputChunk "World!\n"