reflex-process 0.3.2.0 → 0.3.2.1
raw patch · 2 files changed
+6/−2 lines, 2 filesdep ~reflex-vty
Dependency ranges changed: reflex-vty
Files
- ChangeLog.md +4/−0
- reflex-process.cabal +2/−2
ChangeLog.md view
@@ -1,5 +1,9 @@ # Revision history for reflex-process +## 0.3.2.1++* Allow reflex-vty 0.5.*+ ## 0.3.2.0 * Derive Eq, Ord, and Show instances for SendPipe
reflex-process.cabal view
@@ -1,6 +1,6 @@ cabal-version: >=1.10 name: reflex-process-version: 0.3.2.0+version: 0.3.2.1 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.5+ , reflex-vty >= 0.2 && < 0.6 , text >= 1.2.3 && < 2.1 , vty default-language: Haskell2010