morpheus-graphql-client 0.27.0 → 0.27.1
raw patch · 2 files changed
+5/−5 lines, 2 filesdep ~textPVP ok
version bump matches the API change (PVP)
Dependency ranges changed: text
API changes (from Hackage documentation)
Files
- README.md +2/−2
- morpheus-graphql-client.cabal +3/−3
README.md view
@@ -3,9 +3,9 @@ ## Morpheus `GraphQL Client` with Template haskell QuasiQuotes ```hs-defineByDocumentFile+declareLocalTypesInline "./schema.gql"- [gql|+ [raw| query GetHero ($character: Character) { deity (fatherOf:$character) {
morpheus-graphql-client.cabal view
@@ -5,7 +5,7 @@ -- see: https://github.com/sol/hpack name: morpheus-graphql-client-version: 0.27.0+version: 0.27.1 synopsis: Morpheus GraphQL Client description: Build GraphQL APIs with your favorite functional language! category: web, graphql, client@@ -101,7 +101,7 @@ , relude >=0.3.0 && <2.0.0 , req >=3.0.0 && <4.0.0 , template-haskell >=2.0.0 && <3.0.0- , text >=1.2.3 && <1.3.0+ , text >=1.2.3 && <2.1.0 , transformers >=0.3.0 && <0.6.0 , unliftio-core >=0.0.1 && <0.4.0 , unordered-containers >=0.2.8 && <0.3.0@@ -146,7 +146,7 @@ , tasty >=0.1.0 && <1.5.0 , tasty-hunit >=0.1.0 && <1.0.0 , template-haskell >=2.0.0 && <3.0.0- , text >=1.2.3 && <1.3.0+ , text >=1.2.3 && <2.1.0 , transformers >=0.3.0 && <0.6.0 , unliftio-core >=0.0.1 && <0.4.0 , unordered-containers >=0.2.8 && <0.3.0