morpheus-graphql-client 0.28.2 → 0.28.4
raw patch · 2 files changed
+2/−3 lines, 2 filesPVP ok
version bump matches the API change (PVP)
API changes (from Hackage documentation)
Files
morpheus-graphql-client.cabal view
@@ -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
src/Data/Morpheus/Client/Fetch/ResponseStream.hs view
@@ -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,