Skip to content

Instantly share code, notes, and snippets.

@scan
Created May 27, 2012 10:35
Show Gist options
  • Save scan/2803245 to your computer and use it in GitHub Desktop.
Save scan/2803245 to your computer and use it in GitHub Desktop.
{-# LANGUAGE OverloadedStrings #-}
module Main where
import Happstack.Server
import Data.Text (Text)
main :: IO ()
main = simpleHTTP nullConf $ ok ("{\"hello\": \"world\"}" :: Text)
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment