packages feed

morpheus-graphql-tests 0.19.0 → 0.19.1

raw patch · 1 files changed

+7/−7 lines, 1 filesdep ~aesondep ~directorydep ~reludePVP ok

version bump matches the API change (PVP)

Dependency ranges changed: aeson, directory, relude, tasty, tasty-hunit, unordered-containers

API changes (from Hackage documentation)

Files

morpheus-graphql-tests.cabal view
@@ -5,7 +5,7 @@ -- see: https://github.com/sol/hpack  name:           morpheus-graphql-tests-version:        0.19.0+version:        0.19.1 synopsis:       Morpheus GraphQL Test category:       web, graphql, test homepage:       https://morpheusgraphql.com@@ -32,13 +32,13 @@       src   ghc-options: -Wall   build-depends:-      aeson+      aeson >=1.4.4.0 && <3     , base >=4.7 && <5     , bytestring >=0.10.4 && <0.11-    , directory >=1.0-    , relude >=0.3.0-    , tasty-    , tasty-hunit+    , 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+    , unordered-containers >=0.2.8.0 && <0.3   default-language: Haskell2010