packages feed

nomyx-web-1.0.0: nomyx-web.cabal

name: nomyx-web
version: 1.0.0
cabal-version: >=1.6
build-type: Simple
license: BSD3
license-file: LICENSE
maintainer: corentin.dupont@gmail.com
synopsis: Web gui for Nomyx
category: game
Homepage: http://www.nomyx.net
author: Corentin Dupont
data-files: static/css/nomyx.css
            static/js/nomyx.js
            static/js/angular.min.js
            static/js/angular-route.min.js
            static/js/bootstrap.min.js
            static/js/jquery.min.js
            static/pictures/*.jpg
            static/pictures/*.png
data-dir: data
extra-source-files: README.md

library
    build-depends: nomyx-language         == 1.0.*,
                   nomyx-core             == 1.0.*,
                   nomyx-auth             == 1.0.*,
                   HTTP,
                   imprevu                == 0.1.*,
                   imprevu-happstack      == 0.1.*,
                   acid-state             >= 0.12 && < 0.15,
                   base                   >= 4.6 && < 5,
                   blaze-html             >= 0.7 && < 0.9,
                   blaze-markup           >= 0.6 && < 0.8,
                   bytestring             == 0.10.*,
                   lens                   >= 4.7 && < 4.15,
                   filepath               >= 1.3 && < 1.5,
                   happstack-authenticate >= 2.1 && < 2.4,
                   happstack-server       >= 7.3 && < 7.5,
                   hscolour               >= 1.22 && < 1.25,
                   http-types             >= 0.8 && < 0.11,
                   jmacro                 >= 0.6 && < 0.7,
                   mtl                    >= 2.1 && < 2.3,
                   old-locale             == 1.0.*,
                   reform                 == 0.2.*,
                   reform-blaze           == 0.2.*,
                   reform-happstack       == 0.2.*,
                   safe                   == 0.3.*,
                   split                  == 0.2.*,
                   stm                    == 2.4.*,
                   text                   >= 1.1 && < 1.3,
                   time                   >= 1.4 && < 1.7,
                   web-routes             == 0.27.*,
                   web-routes-happstack   == 0.23.*,
                   web-routes-th          == 0.22.*
    buildable: True
    extensions: CPP
    hs-source-dirs: src
    exposed-modules:Nomyx.Web.MainPage
                    Paths_nomyx_web
    other-modules: Nomyx.Web.Common
                   Nomyx.Web.Help
                   Nomyx.Web.Game.Infos
                   Nomyx.Web.Game.Rules
                   Nomyx.Web.Game.Actions
                   Nomyx.Web.Game.Templates
                   Nomyx.Web.Game.Modules
                   Nomyx.Web.Game.Details
                   Nomyx.Web.Login
                   Nomyx.Web.Settings
                   Nomyx.Web.NewGame
                   Nomyx.Web.Types
    ghc-options: -W

source-repository head
  type:              git
  location:          https://github.com/cdupont/nomyx-web.git