
Untitled
By: a guest on Jan 21st, 2012 | syntax:
Haskell | size: 0.19 KB | hits: 64 | expires: Never
module Main where
import Control.Monad.Trans
import Happstack.Server
main :: IO ()
main = simpleHTTP nullConf $ handler
handler :: ServerPartT IO [Char]
handler = ok "hello world"