packages feed

reflex-vty 0.1.1.0 → 0.1.1.1

raw patch · 3 files changed

+9/−5 lines, 3 filesdep ~basedep ~reflex

Dependency ranges changed: base, reflex

Files

ChangeLog.md view
@@ -1,5 +1,9 @@ # Revision history for reflex-vty +## 0.1.1.1++* Bump minimum version of reflex+ ## 0.1.1.0  * Set version bounds in cabal file
README.md view
@@ -1,10 +1,10 @@-# reflex-vty ![hackage](https://img.shields.io/hackage/v/reflex-vty.svg) ![travis](https://api.travis-ci.org/reflex-frp/reflex-vty.svg?branch=develop)+# reflex-vty [![hackage](https://img.shields.io/hackage/v/reflex-vty.svg)](https://hackage.haskell.org/package/reflex-vty) [![hackage-ci](https://matrix.hackage.haskell.org/api/v2/packages/reflex-vty/badge)](https://matrix.hackage.haskell.org/#/package/reflex-vty) [![travis-ci](https://api.travis-ci.org/reflex-frp/reflex-vty.svg?branch=develop)](https://travis-ci.org/reflex-frp/reflex-vty)  ## A library for building functional reactive terminal applications  ![reflex-vty example animation](doc/welcome.gif) -Feature requests, pull requests, and other feedback are welcome and appreciated. This library+Feature requests, pull requests, and other feedback are welcome and appreciated (see the [contribution guide](CONTRIBUTING.md)). This library is still experimental, so big changes are possible! ### How to Build 
reflex-vty.cabal view
@@ -1,5 +1,5 @@ name: reflex-vty-version: 0.1.1.0+version: 0.1.1.1 synopsis: Reflex FRP host and widgets for vty applications description:   Host and widget library for Reflex-based FRP applications@@ -31,7 +31,7 @@                  , Reflex.Spider.Orphans                  , Control.Monad.NodeId   build-depends:-    base                              >= 4.11.0 && < 4.13,+    base                              >= 4.10.0 && < 4.13,     bimap                             >= 0.3.3 && < 0.4,     containers                        >= 0.5.0 && < 0.7,     mtl                               >= 2.2.2 && < 2.3,@@ -44,7 +44,7 @@     exception-transformers            >= 0.4.0 && < 0.5,     primitive                         >= 0.6.3 && < 0.7,     ref-tf                            >= 0.4.0 && < 0.5,-    reflex                            >= 0.6 && < 0.7,+    reflex                            >= 0.6.2.4 && < 0.7,     time                              >= 1.8.0 && < 1.9,     vty                               >= 5.21 && < 5.26   hs-source-dirs: src