morpheus-graphql-server 0.27.2 → 0.27.3
raw patch · 2 files changed
+7/−7 lines, 2 filesdep ~transformersdep ~vectorPVP ok
version bump matches the API change (PVP)
Dependency ranges changed: transformers, vector
API changes (from Hackage documentation)
Files
- morpheus-graphql-server.cabal +5/−5
- test/Feature/Inference/type-guards/introspection/interface/response.json +2/−2
morpheus-graphql-server.cabal view
@@ -5,7 +5,7 @@ -- see: https://github.com/sol/hpack name: morpheus-graphql-server-version: 0.27.2+version: 0.27.3 synopsis: Morpheus GraphQL description: Build GraphQL APIs with your favourite functional language! category: web, graphql@@ -363,9 +363,9 @@ , relude >=0.3.0 && <2.0.0 , template-haskell >=2.0.0 && <3.0.0 , text >=1.2.3 && <3.0.0- , transformers >=0.3.0 && <0.6.0+ , transformers >=0.3.0 && <0.7.0 , unordered-containers >=0.2.8 && <0.3.0- , vector >=0.12.0.1 && <0.13.0+ , vector >=0.12.0.1 && <0.15.0 default-language: Haskell2010 test-suite morpheus-graphql-server-test@@ -422,7 +422,7 @@ , tasty-hunit >=0.1.0 && <1.0.0 , template-haskell >=2.0.0 && <3.0.0 , text >=1.2.3 && <3.0.0- , transformers >=0.3.0 && <0.6.0+ , transformers >=0.3.0 && <0.7.0 , unordered-containers >=0.2.8 && <0.3.0- , vector >=0.12.0.1 && <0.13.0+ , vector >=0.12.0.1 && <0.15.0 default-language: Haskell2010
test/Feature/Inference/type-guards/introspection/interface/response.json view
@@ -3,8 +3,8 @@ "__type": { "kind": "INTERFACE", "possibleTypes": [- { "kind": "OBJECT", "ofType": null, "name": "Deity" },- { "kind": "OBJECT", "ofType": null, "name": "Creature" }+ { "kind": "OBJECT", "ofType": null, "name": "Creature" },+ { "kind": "OBJECT", "ofType": null, "name": "Deity" } ], "enumValues": null, "interfaces": null,