elm/server/elm-server.cabal
2013-12-30 15:50:25 -08:00

40 lines
1.2 KiB
Text

Name: elm-server
Version: 0.10.1
Synopsis: The Elm language server.
Description: This package provides a standalone, Happstack-based Elm server.
Homepage: http://elm-lang.org
License: BSD3
License-file: LICENSE
Author: Evan Czaplicki
Maintainer: info@elm-lang.org
Copyright: Copyright: (c) 2011-2013 Evan Czaplicki
Category: Compiler, Language
Build-type: Simple
--Extra-source-files: README.md
Cabal-version: >=1.8
source-repository head
type: git
location: git://github.com/evancz/Elm.git
Executable elm-server
Main-is: Server.hs
Build-depends: base >=4.2 && <5,
containers >= 0.3,
directory,
transformers >= 0.2,
mtl >= 2,
parsec >= 3.1.1,
blaze-html >= 0.5.1,
HTTP >= 4000,
happstack-server,
deepseq,
filepath,
Elm >= 0.10.1,
process