morpheus-graphql-tests 0.28.4 → 0.28.5
raw patch · 2 files changed
+6/−4 lines, 2 filesdep ~aesondep ~reludesetup-changedPVP ok
version bump matches the API change (PVP)
Dependency ranges changed: aeson, relude
API changes (from Hackage documentation)
Files
- Setup.hs +2/−0
- morpheus-graphql-tests.cabal +4/−4
+ Setup.hs view
@@ -0,0 +1,2 @@+import Distribution.Simple+main = defaultMain
morpheus-graphql-tests.cabal view
@@ -1,11 +1,11 @@ cabal-version: 1.12 --- This file has been generated from package.yaml by hpack version 0.38.1.+-- This file has been generated from package.yaml by hpack version 0.36.1. -- -- see: https://github.com/sol/hpack name: morpheus-graphql-tests-version: 0.28.4+version: 0.28.5 synopsis: Morpheus GraphQL Test description: test utils for morpheus graphql category: web, graphql, test@@ -35,11 +35,11 @@ src ghc-options: -Wall build-depends:- aeson >=1.4.4 && <3.0.0+ aeson >=1.3.1.1 && <3.0.0 , base >=4.7.0 && <5.0.0 , bytestring >=0.10.4 && <1.0.0 , directory >=1.0.0 && <2.0.0- , relude >=0.3.0 && <2.0.0+ , relude >=0.1.1 && <2.0.0 , tasty >=0.1.0 && <2.0.0 , tasty-hunit >=0.1.0 && <1.0.0 , text >=1.2.3 && <3.0.0