packages feed

reflex-process 0.1.0.0 → 0.1.0.1

raw patch · 4 files changed

+12/−4 lines, 4 filesdep ~reflex-vtyPVP ok

version bump matches the API change (PVP)

Dependency ranges changed: reflex-vty

API changes (from Hackage documentation)

Files

ChangeLog.md view
@@ -1,5 +1,9 @@ # Revision history for reflex-process +## 0.1.0.1++* Loosen reflex-vty version bounds+ ## 0.1.0.0  * Initial release. The core of the interface is `Reflex.Process.createProcess`, which runs a `System.Process.CreateProcess` command, taking `Event`s of input and producing `Event`s of output.
README.lhs view
@@ -1,5 +1,7 @@-reflex-process+reflex-process  ==============++[![hackage](https://img.shields.io/hackage/v/reflex-process.svg)](https://hackage.haskell.org/package/reflex-process) [![hackage-ci](https://matrix.hackage.haskell.org/api/v2/packages/reflex-process/badge)](https://matrix.hackage.haskell.org/#/package/reflex-process) [![travis-ci](https://api.travis-ci.org/reflex-frp/reflex-process.svg?branch=develop)](https://travis-ci.org/reflex-frp/reflex-process)  Functional-reactive shell commands ----------------------------------
README.md view
@@ -1,5 +1,7 @@-reflex-process+reflex-process  ==============++[![hackage](https://img.shields.io/hackage/v/reflex-process.svg)](https://hackage.haskell.org/package/reflex-process) [![hackage-ci](https://matrix.hackage.haskell.org/api/v2/packages/reflex-process/badge)](https://matrix.hackage.haskell.org/#/package/reflex-process) [![travis-ci](https://api.travis-ci.org/reflex-frp/reflex-process.svg?branch=develop)](https://travis-ci.org/reflex-frp/reflex-process)  Functional-reactive shell commands ----------------------------------
reflex-process.cabal view
@@ -1,6 +1,6 @@ cabal-version: >=1.10 name: reflex-process-version: 0.1.0.0+version: 0.1.0.1 synopsis: reflex-frp interface for running shell commands description: Run shell commands from within reflex applications and interact with them over a functional-reactive interface bug-reports: https://github.com/reflex-frp/reflex-process/issues@@ -36,7 +36,7 @@                , process                , reflex                , reflex-process-               , reflex-vty >= 0.1.2.1 && < 0.1.3+               , reflex-vty >= 0.1.2.1 && < 0.2                , text >= 1.2.3 && < 1.3                , vty >= 5.21 && < 5.26   default-language: Haskell2010