packages feed

ghcjs-hplay-0.4.2: ghcjs-hplay.cabal

name: ghcjs-hplay

version: 0.4.2
cabal-version: >=1.10
build-type: Simple

license: MIT
license-file: LICENSE
author: Alberto Gómez Corona
maintainer: agocorona@gmail.com

homepage: https://github.com/transient-haskell/ghcjs-hplay
bug-reports: https://github.com/transient-haskell/ghcjs-hplay/issues
synopsis: Client-side web EDSL for transient nodes running in the web browser
description: Client-side Haskell framework that compiles to javascript with the GHCJS compiler and run over Transient.  See homepage
category: Web
cabal-version: >=1.10
build-type: Simple
stability: experimental

data-dir: ""
extra-source-files: README.md

source-repository head
    type: git
    location: http://github.com/agocorona/ghcjs-hplay

library
     build-depends: base               > 4.0  && <6.0
                  , transformers       -any
                  , containers         -any
                  , transient          >= 0.5.1
                  , transient-universe >= 0.4.1

                  , mtl                -any
                  , ghcjs-perch        >= 0.3.3

    if impl(ghcjs >=0.1)
        build-depends: ghcjs-base -any
    else
        build-depends: bytestring, directory

    exposed-modules: GHCJS.HPlay.View
                     GHCJS.HPlay.Cell
    exposed: True
    buildable: True
    default-language: Haskell2010
    hs-source-dirs: src .