morpheus-graphql-app 0.19.0 → 0.19.1
raw patch · 2 files changed
+21/−19 lines, 2 filesdep ~aesondep ~directorydep ~hashablePVP ok
version bump matches the API change (PVP)
Dependency ranges changed: aeson, directory, hashable, mtl, relude, tasty, tasty-hunit, template-haskell, th-lift-instances, transformers
API changes (from Hackage documentation)
Files
- changelog.md +2/−0
- morpheus-graphql-app.cabal +19/−19
changelog.md view
@@ -1,5 +1,7 @@ # Changelog +see latest changes on [Github](https://github.com/morpheusgraphql/morpheus-graphql/releases)+ ## 0.19.0 - 21.03.2022 ## 0.18.0 - 08.11.2021
morpheus-graphql-app.cabal view
@@ -5,7 +5,7 @@ -- see: https://github.com/sol/hpack name: morpheus-graphql-app-version: 0.19.0+version: 0.19.1 synopsis: Morpheus GraphQL App description: Build GraphQL APIs with your favourite functional language! category: web, graphql@@ -18,8 +18,8 @@ license-file: LICENSE build-type: Simple extra-source-files:- changelog.md README.md+ changelog.md data-files: test/api/deity/interface/query.gql test/api/deity/schema.gql@@ -96,8 +96,8 @@ library exposed-modules: Data.Morpheus.App- Data.Morpheus.App.NamedResolvers Data.Morpheus.App.Internal.Resolving+ Data.Morpheus.App.NamedResolvers Data.Morpheus.Types.GQLWrapper other-modules: Data.Morpheus.App.Internal.Resolving.Event@@ -121,16 +121,16 @@ , base >=4.7 && <5 , bytestring >=0.10.4 && <0.11 , containers >=0.4.2.1 && <0.7- , hashable >=1.0.0+ , hashable >=1.0.0 && <2.0 , megaparsec >=7.0.0 && <10.0.0 , morpheus-graphql-core >=0.19.0 && <0.20.0- , mtl >=2.0 && <=3.0- , relude >=0.3.0+ , mtl >=2.0 && <3.0+ , relude >=0.3.0 && <2.0 , scientific >=0.3.6.2 && <0.4- , template-haskell >=2.0 && <=3.0+ , template-haskell >=2.0 && <3.0 , text >=1.2.3.0 && <1.3- , th-lift-instances >=0.1.1 && <=0.3- , transformers >=0.3.0.0 && <0.6+ , th-lift-instances >=0.1.1 && <0.3+ , transformers >=0.3 && <0.6 , unordered-containers >=0.2.8.0 && <0.3 , vector >=0.12.0.1 && <0.13 default-language: Haskell2010@@ -145,25 +145,25 @@ test ghc-options: -Wall build-depends:- aeson+ aeson >=1.4.4.0 && <3 , base >=4.7 && <5 , bytestring >=0.10.4 && <0.11 , containers >=0.4.2.1 && <0.7- , directory >=1.0- , hashable >=1.0.0+ , directory >=1.0 && <2.0+ , hashable >=1.0.0 && <2.0 , megaparsec >=7.0.0 && <10.0.0 , morpheus-graphql-app , morpheus-graphql-core >=0.19.0 && <0.20.0 , morpheus-graphql-tests >=0.19.0 && <0.20.0- , mtl >=2.0 && <=3.0- , relude >=0.3.0+ , mtl >=2.0 && <3.0+ , relude >=0.3.0 && <2.0 , scientific >=0.3.6.2 && <0.4- , tasty- , tasty-hunit- , template-haskell >=2.0 && <=3.0+ , tasty >=0.1 && <1.5+ , tasty-hunit >=0.1 && <1.0+ , template-haskell >=2.0 && <3.0 , text >=1.2.3.0 && <1.3- , th-lift-instances >=0.1.1 && <=0.3- , transformers >=0.3.0.0 && <0.6+ , th-lift-instances >=0.1.1 && <0.3+ , transformers >=0.3 && <0.6 , unordered-containers >=0.2.8.0 && <0.3 , vector >=0.12.0.1 && <0.13 default-language: Haskell2010