eprocess 1.1.0 → 1.1.1
raw patch · 1 files changed
+2/−2 lines, 1 filesPVP ok
version bump matches the API change (PVP)
API changes (from Hackage documentation)
Files
- eprocess.cabal +2/−2
eprocess.cabal view
@@ -1,5 +1,5 @@ name: eprocess-version: 1.1.0+version: 1.1.1 cabal-version: >=1.6 build-type: Simple license: BSD3@@ -9,7 +9,7 @@ stability: stable package-url: http://code.haskell.org/eprocess bug-reports: http://github.com/elbrujohalcon/eprocess/issues-synopsis: *Very* basic erlang-like process support for Haskel+synopsis: *Very* basic Erlang-like process support for Haskell description: This library provides a *very* basic support for processes with message queues. It was built using channels, threads and MVars. Since version 1.1.0 you can also kill a running process. category: Concurrency author: Fernando "Brujo" Benavides