schedule-planner

Copyright(c) Justus Adam, 2015
LicenseLGPL-3
Maintainerdevelopment@justusadam.com
Stabilityexperimental
PortabilityPOSIX
Safe HaskellNone
LanguageHaskell2010

SchedulePlanner.Server

Description

Uses happstack and blaze to create a deployable service instance of this software.

Documentation

server :: Int -> (ByteString -> ByteString) -> IO ()

app :: (ByteString -> ByteString) -> Application