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 +4/−0
- README.md +2/−2
- reflex-vty.cabal +3/−3
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  +# reflex-vty [](https://hackage.haskell.org/package/reflex-vty) [](https://matrix.hackage.haskell.org/#/package/reflex-vty) [](https://travis-ci.org/reflex-frp/reflex-vty) ## A library for building functional reactive terminal applications  -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