help-esb 0.1.4 → 0.1.5
raw patch · 2 files changed
+5/−1 lines, 2 filesPVP ok
version bump matches the API change (PVP)
API changes (from Hackage documentation)
+ HelpEsbClient: class EsbRecieveExternal a b
+ HelpEsbClient: class EsbSendExternal a b
+ HelpEsbClient: esbRecieveExternal :: EsbRecieveExternal a b => Socket -> a -> b -> IO ()
+ HelpEsbClient: esbSendExternal :: EsbSendExternal a b => Socket -> a -> b -> IO ()
Files
- HelpEsbClient.hs +4/−0
- help-esb.cabal +1/−1
HelpEsbClient.hs view
@@ -13,6 +13,8 @@ -- * Classes EsbSend , EsbRecieve+, EsbSendExternal+, EsbRecieveExternal -- * Raw Exported Functions , getSocket , sendSocketData@@ -21,6 +23,8 @@ -- * ESB Functions , esbSend , esbRecieve+, esbSendExternal+, esbRecieveExternal , esbInit , esbListen -- * Utility Functions
help-esb.cabal view
@@ -2,7 +2,7 @@ -- documentation, see http://haskell.org/cabal/users-guide/ name: help-esb-version: 0.1.4+version: 0.1.5 synopsis: A Haskell client for the Help.com team's ESB. description: A Haskell client for the Help.com team's ESB. homepage: https://github.com/helpdotcom/help-esb.hs