zeromq-haskell 0.3 → 0.3.1
raw patch · 2 files changed
+3/−1 lines, 2 files
Files
- src/System/ZMQ.hs +2/−0
- zeromq-haskell.cabal +1/−1
src/System/ZMQ.hs view
@@ -22,6 +22,8 @@ Poll(..), PollEvent(..), + SType,+ SubsType, Pair(..), Pub(..), Sub(..),
zeromq-haskell.cabal view
@@ -1,5 +1,5 @@ name: zeromq-haskell-version: 0.3+version: 0.3.1 synopsis: bindings to zeromq description: Bindings to zeromq (http://zeromq.org) category: System, FFI