packages feed

reflex-vty 0.6.2.0 → 0.6.2.1

raw patch · 2 files changed

+7/−3 lines, 2 filesdep ~data-defaultdep ~vty

Dependency ranges changed: data-default, vty

Files

ChangeLog.md view
@@ -1,5 +1,9 @@ # Revision history for reflex-vty +## 0.6.2.1++* Update dependency version bounds+ ## 0.6.2.0  * Relax bounds for GHC 9.12.2 by @plt-amy in https://github.com/reflex-frp/reflex-vty/pull/97
reflex-vty.cabal view
@@ -1,5 +1,5 @@ name: reflex-vty-version: 0.6.2.0+version: 0.6.2.1 synopsis: Reflex FRP host and widgets for VTY applications description:   Build terminal applications using functional reactive programming (FRP) with Reflex FRP (<https://reflex-frp.org>).@@ -46,7 +46,7 @@     mtl >= 2.2.2 && < 2.4,     transformers >= 0.5.5 && < 0.7,     stm >= 2.4 && < 2.6,-    data-default >= 0.7.1 && < 0.8,+    data-default >= 0.7.1 && < 0.9,     dependent-map >= 0.4 && < 0.5,     exceptions >= 0.10 && < 0.11,     text >= 1.2.3 && < 2.2,@@ -58,7 +58,7 @@     ref-tf >= 0.4.0 && < 0.6,     reflex >= 0.9.2 && < 1,     time >= 1.8.0 && < 1.15,-    vty >= 6.0 && < 6.3,+    vty >= 6.0 && < 6.5,     vty-crossplatform >= 0.1 && < 0.5   hs-source-dirs: src   default-language: Haskell2010