packages feed

tdlib 0.1.0 → 0.1.1

raw patch · 3 files changed

+8/−3 lines, 3 files

Files

CHANGELOG.md view
@@ -3,3 +3,8 @@ ## 0.1.0  Initial release++## 0.1.1++* Fix typo+
src/TDLib/TDJson.hs view
@@ -57,7 +57,7 @@ foreign import ccall "td_json_client_receive"   tdJsonClientReceive :: ClientPtr -> CDouble -> IO CString -foreign import ccall "Td_json_client_execute"+foreign import ccall "td_json_client_execute"   tdJsonClientExecute :: ClientPtr -> CString -> IO ()  foreign import ccall "td_json_client_destroy"
tdlib.cabal view
@@ -4,10 +4,10 @@ -- -- see: https://github.com/sol/hpack ----- hash: e454a6441e012c7cdf400ccf952fa4abd1464529b5cde885c6b80d7d0fde91b9+-- hash: 33e664198769cc03ac4f268b9eade1c40128e7135e2ac1bf25d9f8a814cf4608  name:           tdlib-version:        0.1.0+version:        0.1.1 synopsis:       Bidings to the tdlib json interface description:    Please see the README on GitHub at <https://github.com/poscat0x04/tdlib#readme> category:       FFI