-- Initial frpnow-vty.cabal generated by cabal init.  For further 
-- documentation, see http://haskell.org/cabal/users-guide/

name:                frpnow-vty
version:             0.2.0.1
synopsis:            Program terminal applications with vty and frpnow!
description:
  This package allows you to create vty terminal
  applications using frpnow's frp interface.
  .
  A demo executable is also included to show how to
  use this library.
homepage:            https://github.com/noughtmare/frpnow-vty
license:             GPL-3
license-file:        LICENSE
author:              Jaro Reinders
maintainer:          jaro.reinders@gmail.com
category:            Control
build-type:          Simple
extra-source-files:  ChangeLog.md, README.md
cabal-version:       >=1.10

source-repository head
  type:     git
  location: git://github.com/noughtmare/frpnow-vty.git

library
  exposed-modules:     Control.FRPNow.Vty
  build-depends:       base >=4.10 && <4.11
                     , frpnow >=0.18 && <1
                     , vty >=5.21 && <6
  hs-source-dirs:      src
  default-language:    Haskell2010

executable frpnow-vty-demo
  main-is:             Demo.hs
  hs-source-dirs:      demos
  default-language:    Haskell2010
  build-depends:       base >=4.10 && <4.11
                     , frpnow-vty
                     , vty >=5.21 && <6
                     , frpnow >=0.18 && <1
                     , containers >=0.5.7 && <0.6
  ghc-options:         -threaded