Hi, I published zeromq3-conduit, a small library which facilitates using zeromq3-haskell, a binding for ZeroMQ 3.x, in a Conduit-based application.
The 'examples' folder in the source repository contains ports of the zeromq3-haskell examples. The library also contains a module which might ease using plain zeromq3-haskell: it lifts some of the IO actions into MonadIO and provides a ReaderT which carries a Context around, so sockets can be created without passing this around explicitly. Package is on Hackage [1] and Github [2]. Comments/feedback/pull requests/... welcome! Nicolas [1] http://hackage.haskell.org/package/zeromq3-conduit [2] https://github.com/NicolasT/zeromq3-conduit/ _______________________________________________ Haskell-Cafe mailing list [email protected] http://www.haskell.org/mailman/listinfo/haskell-cafe
