diff --git a/pusher-http-haskell.cabal b/pusher-http-haskell.cabal
--- a/pusher-http-haskell.cabal
+++ b/pusher-http-haskell.cabal
@@ -1,5 +1,5 @@
 name:                 pusher-http-haskell
-version:              0.2.0.0
+version:              0.2.1.0
 cabal-version:        >=1.18
 build-type:           Simple
 license:              MIT
@@ -16,7 +16,7 @@
                       channel can be queried. Additionally there are functions
                       for authenticating users of private and presence channels.
 category:             Network
-tested-with:          GHC==7.10.2
+tested-with:          GHC == 7.10.2
 
 library
   exposed-modules:    Control.Monad.Pusher,
diff --git a/src/Network/Pusher/Protocol.hs b/src/Network/Pusher/Protocol.hs
--- a/src/Network/Pusher/Protocol.hs
+++ b/src/Network/Pusher/Protocol.hs
@@ -24,7 +24,8 @@
   , ChannelsInfoQuery(..)
   , ChannelsInfoAttributes(..)
   , ChannelType(..)
-  , FullChannelInfo
+  , FullChannelInfo(..)
+  , FullChannelAttributeResp(..)
   , User(..)
   , Users(..)
   , parseChannel
