packages feed

glazier-react-widget-0.1.0.0: glazier-react-widget.cabal

name:                glazier-react-widget
version:             0.1.0.0
synopsis:            Generic widget library using glazier-react
description:         Generic widget library using glazier-react
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
build-type:          Simple
extra-source-files:  README.md
cabal-version:       >=1.10

library
  hs-source-dirs:      src
  exposed-modules:     Glazier.React.Widgets.Input
                       Glazier.React.Widgets.Input.Run
                       Glazier.React.Widgets.List
                       Glazier.React.Widgets.List.Run
  build-depends:       base >= 4.7 && < 5
                     , containers >= 0.5 && < 0.6
                     , disposable >= 0.2 && < 1
                     , dlist >= 0.8 && < 0.9
                     , free >= 4.12 && < 5
                     , glazier >= 0.10 && < 1
                     , glazier-react >= 0.1 && < 1
                     , javascript-extras >= 0.2 && < 1
                     , lens >= 4 && < 5
                     , mmorph >= 1 && < 2
                     , mtl >= 2 && < 3
                     , pipes-concurrency >= 2 && < 3
                     , stm >= 2.4 && < 3
                     , transformers >= 0.4 && < 0.6
  default-language:    Haskell2010
  ghc-options:         -Wall
  if impl(ghcjs)
    build-depends: ghcjs-base
  if !impl(ghcjs)
    build-depends: ghcjs-base-stub >= 0.1.0.2 && < 1

source-repository head
  type:     git
  location: https://github.com/louispan/glazier-react-widget