packages feed

reflex-vty 0.6.1.0 → 0.6.1.1

raw patch · 2 files changed

+9/−4 lines, 2 filesdep ~primitivedep ~text

Dependency ranges changed: primitive, text

Files

ChangeLog.md view
@@ -1,5 +1,10 @@ # Revision history for reflex-vty +## 0.6.1.1++* Extend version bounds+* Add support for GHC 9.8.4+ ## 0.6.1.0  * Fix mouse input translation in scrollable elements
reflex-vty.cabal view
@@ -1,5 +1,5 @@ name: reflex-vty-version: 0.6.1.0+version: 0.6.1.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>).@@ -18,7 +18,7 @@   ChangeLog.md extra-doc-files: doc/tasks.png tested-with:-  GHC ==8.4.4 || ==8.6.5 || ==8.8.4 || ==8.10.7 || ==9.4.5 || ==9.6.1+  GHC ==8.10.7 || ==9.4.5 || ==9.6.1 || ==9.8.4  source-repository head   type: git@@ -49,12 +49,12 @@     data-default >= 0.7.1 && < 0.8,     dependent-map >= 0.4 && < 0.5,     exceptions >= 0.10 && < 0.11,-    text >= 1.2.3 && < 2.1,+    text >= 1.2.3 && < 2.2,     dependent-sum >= 0.7 && < 0.8,     exception-transformers >= 0.4.0 && < 0.5,     mmorph >= 1.1 && < 1.3,     ordered-containers >= 0.2.2 && < 0.3,-    primitive >= 0.6.3 && < 0.9,+    primitive >= 0.6.3 && < 0.10,     ref-tf >= 0.4.0 && < 0.6,     reflex >= 0.9.2 && < 1,     time >= 1.8.0 && < 1.13,