packages feed

reflex-process 0.3.1.1 → 0.3.1.2

raw patch · 2 files changed

+6/−2 lines, 2 filesdep ~basedep ~bytestringdep ~reflexPVP ok

version bump matches the API change (PVP)

Dependency ranges changed: base, bytestring, reflex, reflex-vty, text, unix

API changes (from Hackage documentation)

Files

ChangeLog.md view
@@ -1,5 +1,9 @@ # Revision history for reflex-process +## 0.3.1.2++* Update readme example to support reflex-vty 0.3+ ## 0.3.1.1  * Update readme example to use reflex-vty 0.2
reflex-process.cabal view
@@ -1,6 +1,6 @@ cabal-version: >=1.10 name: reflex-process-version: 0.3.1.1+version: 0.3.1.2 synopsis: Reflex FRP interface for running system processes description:   Run and interact with system processes from within a Reflex FRP application.@@ -45,7 +45,7 @@                , process                , reflex                , reflex-process-               , reflex-vty >= 0.2 && < 0.3+               , reflex-vty >= 0.2 && < 0.4                , text >= 1.2.3 && < 1.3                , vty   default-language: Haskell2010