Remove "ServerConf", a custom server configuration. It conflicted with version 7 of HAppStack and was unused anyway.

This commit is contained in:
evancz 2012-04-21 02:23:32 -04:00
parent cb7d046f77
commit be5d5c4436

View file

@ -13,12 +13,6 @@ import Text.Blaze.Html5.Attributes hiding (title,span,dir,style)
import Text.Blaze.Internal
import ToHtml
serverConf = Conf { port = 80
, validator = validator nullConf
, tls = tls nullConf
, logAccess = logAccess nullConf
, timeout = timeout nullConf }
serve :: String -> IO ()
serve libLoc = do
putStrLn "Elm Server 0.1: running at <http://localhost:8000>"