]> gitweb @ CieloNegro.org - Lucu.git/blobdiff - examples/HelloWorld.hs
Network.HTTP.Lucu
[Lucu.git] / examples / HelloWorld.hs
index 43e21d2b5e039c89b58e0e973072c02041310dab..20be0ce1a9969dd4dc49fd0bfe5b4984fdb0ae06 100644 (file)
@@ -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"