name: glazier-react-widget
version: 1.0.0.0
synopsis: Generic widget library using glazier-react
description: Generic widget library using glazier-react. Please see README.md.
homepage: https://github.com/louispan/glazier-react-widget#readme
license: BSD3
license-file: LICENSE
author: Louis Pan
maintainer: louis@pan.me
copyright: 2017 Louis Pan
category: Web, GUI
build-type: Simple
extra-source-files: README.md
cabal-version: >=1.10
library
hs-source-dirs: src
exposed-modules:
Glazier.React.Action
Glazier.React.Action.KeyDownKey
Glazier.React.Effect
Glazier.React.Effect.HTMLElement
Glazier.React.Effect.HTMLElement.Exec
Glazier.React.Effect.JavaScript
Glazier.React.Effect.JavaScript.Exec
Glazier.React.Widgets.Input
Glazier.React.Widgets.Collection
Glazier.React.Widgets.Collection.Dynamic
build-depends: base >= 4.7 && < 5
, containers >= 0.5
, data-diverse >= 4.6
, data-diverse-lens >= 4.3
, deepseq >= 1.4
, Diff >= 0.3.4
, dlist >= 0.8
, glazier >= 1.0
, glazier-react >= 1.0
, javascript-extras >= 0.5
, lens >= 4
, lens-misc >= 0
, monadlist >= 0
, mtl >= 2
, tagged >= 0.8
, transformers >= 0.4
default-language: Haskell2010
default-extensions: ApplicativeDo
ghc-options: -Wall -Wredundant-constraints
if impl(ghcjs)
build-depends: ghcjs-base
if !impl(ghcjs)
build-depends: ghcjs-base-stub >= 0.2
source-repository head
type: git
location: https://github.com/louispan/glazier-react-widget