Name: sunroof-server
Version: 0.2
Synopsis: Monadic Javascript Compiler - Server Utilities
Homepage: https://github.com/ku-fpg/sunroof-server
Bug-reports: https://github.com/ku-fpg/sunroof-server
License: BSD3
License-file: LICENSE
Author: Andrew Gill <andygill@ku.edu>, Jan Bracker <jbra@informatik.uni-kiel.de>
Maintainer: Jan Bracker <jbra@informatik.uni-kiel.de>
Copyright: (c) 2012 The University of Kansas
Category: Web, Language, Embedded, Javascript
Stability: experimental
Build-type: Simple
Cabal-version: >= 1.10
Description:
Utilities to use Sunroof together with Kansas-Comet to create web applications.
Extra-source-files:
README.md
Library
Exposed-modules: Language.Sunroof.Server
default-language: Haskell2010
build-depends: aeson >= 0.5,
attoparsec >= 0.8.6.1,
vector >= 0.7.1,
unordered-containers >= 0.1.3.0,
base >= 4.3.1 && < 5,
containers >= 0.4,
data-default == 0.5.*,
vector-space >= 0.8.6,
kansas-comet == 0.2,
wai-middleware-static >= 0.3.1 && < 0.4,
filepath >= 1.3 && < 1.4,
scotty >= 0.4.2 && < 0.5,
semigroups >= 0.9,
warp >= 1.3.4.1,
stm >= 2.2,
transformers == 0.3.*,
text >= 0.11,
tagged >= 0.4.4,
time >= 1.4,
sunroof-compiler == 0.2.*
GHC-options: -Wall
source-repository head
type: git
location: git@github.com:ku-fpg/sunroof-server.git