Guest User

Untitled

a guest
Aug 14th, 2018
77
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.11 KB | None | 0 0
  1. -- works?!
  2.  
  3. module Main where
  4.  
  5. import Happstack.Server
  6.  
  7. main :: IO ()
  8. main = simpleHTTP nullConf $ ok "Hello, World!"
Add Comment
Please, Sign In to add comment