glazier-0.6.2.2: glazier.cabal
name: glazier
version: 0.6.2.2
synopsis: Composable widgets framework
description: Please see README.md
homepage: https://github.com/louispan/glazier#readme
license: BSD3
license-file: LICENSE
author: Louis Pan
maintainer: louis@pan.me
copyright: 2016 Louis Pan
category: FRP
build-type: Simple
cabal-version: >=1.10
tested-with: GHC == 8.0.1
library
hs-source-dirs: src
exposed-modules: Glazier
, Glazier.Example
, Glazier.Lazy
, Glazier.Strict
build-depends: base >= 4.7 && < 5
, lens >= 4 && < 5
, mmorph >= 1 && < 2
, mtl >= 2 && <3
, semigroupoids >= 5 && < 6
, transformers >= 0.4 && < 0.6
, profunctors >= 5 && < 6
ghc-options: -Wall
default-language: Haskell2010
source-repository head
type: git
location: https://github.com/louispan/glazier