packages feed

elm-server-0.11: elm-server.cabal

Name:                elm-server
Version:             0.11
Synopsis:            Server for developing Elm projects
Description:         Provides a standalone Snap server that serves static files.
                     For Elm files, it recompiles them and serves them as HTML,
                     so you can just refresh to see the new version.

Homepage:            http://elm-lang.org

License:             BSD3
License-file:        LICENSE

Author:              Evan Czaplicki
Maintainer:          info@elm-lang.org
Copyright:           Copyright: (c) 2011-2014 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,
                       bytestring,
                       cmdargs,
                       containers >= 0.3,
                       directory,
                       filepath,
                       Elm >= 0.11,
                       snap-core,
                       snap-server,
                       mtl,
                       process,
                       unordered-containers