textlocal 0.1.0.3 → 0.1.0.4
raw patch · 2 files changed
+4/−1 lines, 2 filesPVP ok
version bump matches the API change (PVP)
API changes (from Hackage documentation)
Files
- src/Network/Api/TextLocal.hs +3/−0
- textlocal.cabal +1/−1
src/Network/Api/TextLocal.hs view
@@ -137,6 +137,9 @@ , settingsTest = Just False } +setSender :: ByteString -> SMSSettings -> SMSSettings+setSender msg def = def { settingsSender = msg }+ setMessage :: ByteString -> SMSSettings -> SMSSettings setMessage msg def = def
textlocal.cabal view
@@ -1,5 +1,5 @@ name: textlocal-version: 0.1.0.3+version: 0.1.0.4 synopsis: Haskell wrapper for textlocal SMS gateway description: Please see README.md homepage: https://github.com/just-chow/textlocal