Skip to content

Commit

Permalink
Export the MessageCallback type and bump version
Browse files Browse the repository at this point in the history
Bumps version to 0.3.0.1.
  • Loading branch information
yamadapc committed Oct 16, 2014
1 parent ad4d9df commit 0d3f302
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
2 changes: 1 addition & 1 deletion hzulip.cabal
@@ -1,5 +1,5 @@
name: hzulip
version: 0.3.0.0
version: 0.3.0.1
synopsis: A haskell wrapper for the Zulip API.
description: This a Zulip API wrapper for Haskell.
homepage: https://github.com/yamadapc/hzulip
Expand Down
1 change: 1 addition & 0 deletions src/HZulip.hs
Expand Up @@ -5,6 +5,7 @@ module HZulip ( Event(..)
, User(..)
, ZulipClient(..)
, EventCallback
, MessageCallback
, defaultBaseUrl
, eventTypes
, getEvents
Expand Down

0 comments on commit 0d3f302

Please sign in to comment.