tightrope 0.1.0.0 → 0.1.0.1
raw patch · 2 files changed
+2/−2 lines, 2 filesPVP: minor bump suggested
API additions: PVP suggests at least a minor version bump
API changes (from Hackage documentation)
+ Network.Tightrope: data Message
Files
- Network/Tightrope.hs +1/−1
- tightrope.cabal +1/−1
Network/Tightrope.hs view
@@ -7,7 +7,7 @@ module Network.Tightrope ( Slack,- Command,+ Command, Message, User(..), Channel(..), Icon(..), Room(..), say, bot, message, defaultMessage, Account(..),
tightrope.cabal view
@@ -1,5 +1,5 @@ name: tightrope-version: 0.1.0.0+version: 0.1.0.1 synopsis: Nice API for a Slackbot description: Making bots for Slack is hard! But wait: now it's easy. license: MIT