packages feed

morpheus-graphql-app 0.28.4 → 0.28.5

raw patch · 2 files changed

+10/−8 lines, 2 filesdep ~aesondep ~megaparsecdep ~reludesetup-changedPVP ok

version bump matches the API change (PVP)

Dependency ranges changed: aeson, megaparsec, relude

API changes (from Hackage documentation)

Files

+ Setup.hs view
@@ -0,0 +1,2 @@+import Distribution.Simple+main = defaultMain
morpheus-graphql-app.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-app-version:        0.28.4+version:        0.28.5 synopsis:       Morpheus GraphQL App description:    Build GraphQL APIs with your favourite functional language! category:       web, graphql@@ -160,16 +160,16 @@       src   ghc-options: -Wall   build-depends:-      aeson >=1.4.4 && <3.0.0+      aeson >=1.3.1.1 && <3.0.0     , attoparsec-aeson >=2.1.0.0 && <3.0.0     , base >=4.7.0 && <5.0.0     , bytestring >=0.10.4 && <1.0.0     , containers >=0.4.2.1 && <1.0.0     , hashable >=1.0.0 && <2.0.0-    , megaparsec >=7.0.0 && <10.0.0+    , megaparsec >=6.5.0 && <10.0.0     , morpheus-graphql-core >=0.28.0 && <0.29.0     , mtl >=2.0.0 && <3.0.0-    , relude >=0.3.0 && <2.0.0+    , relude >=0.1.1 && <2.0.0     , scientific >=0.3.6.2 && <0.4.0     , template-haskell >=2.0.0 && <3.0.0     , text >=1.2.3 && <3.0.0@@ -193,19 +193,19 @@       test   ghc-options: -Wall   build-depends:-      aeson >=1.4.4 && <3.0.0+      aeson >=1.3.1.1 && <3.0.0     , attoparsec-aeson >=2.1.0.0 && <3.0.0     , base >=4.7.0 && <5.0.0     , bytestring >=0.10.4 && <1.0.0     , containers >=0.4.2.1 && <1.0.0     , directory >=1.0.0 && <2.0.0     , hashable >=1.0.0 && <2.0.0-    , megaparsec >=7.0.0 && <10.0.0+    , megaparsec >=6.5.0 && <10.0.0     , morpheus-graphql-app >=0.28.0 && <0.29.0     , morpheus-graphql-core >=0.28.0 && <0.29.0     , morpheus-graphql-tests >=0.28.0 && <0.29.0     , mtl >=2.0.0 && <3.0.0-    , relude >=0.3.0 && <2.0.0+    , relude >=0.1.1 && <2.0.0     , scientific >=0.3.6.2 && <0.4.0     , tasty >=0.1.0 && <2.0.0     , tasty-hunit >=0.1.0 && <1.0.0