diff --git a/morpheus-graphql-client.cabal b/morpheus-graphql-client.cabal
--- a/morpheus-graphql-client.cabal
+++ b/morpheus-graphql-client.cabal
@@ -5,7 +5,7 @@
 -- see: https://github.com/sol/hpack
 
 name:           morpheus-graphql-client
-version:        0.28.2
+version:        0.28.4
 synopsis:       Morpheus GraphQL Client
 description:    Build GraphQL APIs with your favorite functional language!
 category:       web, graphql, client
diff --git a/src/Data/Morpheus/Client/Fetch/ResponseStream.hs b/src/Data/Morpheus/Client/Fetch/ResponseStream.hs
--- a/src/Data/Morpheus/Client/Fetch/ResponseStream.hs
+++ b/src/Data/Morpheus/Client/Fetch/ResponseStream.hs
@@ -68,8 +68,7 @@
       endSession conn sid
 
 -- PUBLIC API
-data ResponseStream a
-  = (ClientTypeConstraint a) =>
+data ResponseStream a = (ClientTypeConstraint a) =>
   ResponseStream
   { _req :: Request a,
     _uri :: URI,
