nanomsg-haskell 0.1.1 → 0.1.2
raw patch · 2 files changed
+6/−4 lines, 2 files
Files
- nanomsg-haskell.cabal +1/−1
- src/Nanomsg.hsc +5/−3
nanomsg-haskell.cabal view
@@ -1,5 +1,5 @@ name: nanomsg-haskell-version: 0.1.1+version: 0.1.2 synopsis: Bindings to the nanomsg library description:
src/Nanomsg.hsc view
@@ -18,7 +18,8 @@ -- how to use the library. module Nanomsg (- -- * Socket types+ -- * Types+ -- ** Socket types Pair(..) , Req(..) , Rep(..)@@ -29,11 +30,12 @@ , Push(..) , Pull(..) , Bus(..)- -- * Other types+ -- ** Other , Socket , Endpoint , NNException -- * API+ -- ** Operations , socket , withSocket , bind@@ -46,7 +48,7 @@ , shutdown , close , term- -- ** Socket option accessors and mutators+ -- ** Socket option settings , linger , setLinger , sndBuf