morpheus-graphql-tests 0.19.3 → 0.20.0
raw patch · 1 files changed
+10/−10 lines, 1 filesdep ~aesondep ~basedep ~bytestring
Dependency ranges changed: aeson, base, bytestring, directory, relude, tasty, tasty-hunit, text, unordered-containers
Files
- morpheus-graphql-tests.cabal +10/−10
morpheus-graphql-tests.cabal view
@@ -5,7 +5,7 @@ -- see: https://github.com/sol/hpack name: morpheus-graphql-tests-version: 0.19.3+version: 0.20.0 synopsis: Morpheus GraphQL Test category: web, graphql, test homepage: https://morpheusgraphql.com@@ -32,13 +32,13 @@ src ghc-options: -Wall build-depends:- aeson >=1.4.4.0 && <3- , base >=4.7 && <5- , bytestring >=0.10.4 && <0.11- , directory >=1.0 && <2.0- , relude >=0.3.0 && <2.0- , tasty >=0.1 && <1.5- , tasty-hunit >=0.1 && <1.0- , text >=1.2.3.0 && <1.3- , unordered-containers >=0.2.8.0 && <0.3+ aeson >=1.4.4 && <3.0.0+ , base >=4.7.0 && <5.0.0+ , bytestring >=0.10.4 && <0.12.0+ , directory >=1.0.0 && <2.0.0+ , relude >=0.3.0 && <2.0.0+ , tasty >=0.1.0 && <1.5.0+ , tasty-hunit >=0.1.0 && <1.0.0+ , text >=1.2.3 && <1.3.0+ , unordered-containers >=0.2.8 && <0.3.0 default-language: Haskell2010