zeromq-haskell 0.7.0 → 0.7.1
raw patch · 2 files changed
+11/−4 lines, 2 filesdep −unixPVP ok
version bump matches the API change (PVP)
Dependencies removed: unix
API changes (from Hackage documentation)
Files
- README.md +10/−2
- zeromq-haskell.cabal +1/−2
README.md view
@@ -3,8 +3,16 @@ Current status -------------- -Version 0.6.0 - This software currently has *beta* status, i.e. it had-seen limited testing. This version renames "with" to "withContext" and+This software currently has *beta* status, i.e. it had seen limited testing.++Version 0.7.1 - Removes unix dependency++Verison 0.7.0 - Changes semantics of poll to return a list of the same+length as it's parameter to allow identification of Sockets by index.+PollEvent gets another constructor None to denote the absence of polling+events.++Version 0.6.0 - This version renames "with" to "withContext" and introduces a new "withSocket" resource wrapper. The API is otherwise identical to 0.5.0
zeromq-haskell.cabal view
@@ -1,5 +1,5 @@ name: zeromq-haskell-version: 0.7.0+version: 0.7.1 synopsis: bindings to zeromq description: Bindings to zeromq (http://zeromq.org) category: System, FFI@@ -23,7 +23,6 @@ ForeignFunctionInterface, ExistentialQuantification build-depends: base >= 3 && < 5,- unix, containers, bytestring hs-source-dirs: src