textlocal 0.1.0.4 → 0.1.0.5
raw patch · 2 files changed
+3/−3 lines, 2 filesPVP: minor bump suggested
API additions: PVP suggests at least a minor version bump
API changes (from Hackage documentation)
+ Network.Api.TextLocal: setSender :: ByteString -> SMSSettings -> SMSSettings
Files
- src/Network/Api/TextLocal.hs +2/−2
- textlocal.cabal +1/−1
src/Network/Api/TextLocal.hs view
@@ -45,9 +45,9 @@ ,setMessage ,setAuth ,setTest- ,+ ,setSender -- * Send SMS- runSettings+ ,runSettings ,sendSMS ,Command(..)) where
textlocal.cabal view
@@ -1,5 +1,5 @@ name: textlocal-version: 0.1.0.4+version: 0.1.0.5 synopsis: Haskell wrapper for textlocal SMS gateway description: Please see README.md homepage: https://github.com/just-chow/textlocal