packages feed

glazier-pipes-0.1.0.0: glazier-pipes.cabal

name:                glazier-pipes
version:             0.1.0.0
synopsis:            Converts Glazier widgets into a Pipe.
description:         Please see README.md
homepage:            https://github.com/louispan/glazier-pipes#readme
license:             BSD3
license-file:        LICENSE
author:              Louis Pan
maintainer:          louis@pan.me
copyright:           2017 Louis Pan
category:            FRP
build-type:          Simple
extra-source-files:  README.md
cabal-version:       >=1.10
tested-with:         GHC == 8.0.1

library
  hs-source-dirs:      src
  exposed-modules:     Glazier.Pipes.Lazy
                       Glazier.Pipes.Strict
  build-depends:       base >= 4.7 && < 5
                     , glazier >= 0.5 && < 1
                     , lens >= 4 && < 5
                     , mtl >= 2 && < 3
                     , pipes >= 4 && < 5
                     , pipes-misc >= 0.2 && < 1
                     , transformers >= 0.4 && < 0.6
  ghc-options:         -Wall
  default-language:    Haskell2010

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