packages feed

morpheus-graphql-core 0.15.0 → 0.15.1

raw patch · 2 files changed

+8/−4 lines, 2 filesdep ~megaparsecPVP ok

version bump matches the API change (PVP)

Dependency ranges changed: megaparsec

API changes (from Hackage documentation)

Files

changelog.md view
@@ -1,5 +1,9 @@ # Changelog +## 0.15.1 - 12.09.2020++relaxed upper boundary of `megaparsec` up to 10.0.0+ ## 0.15.0 - 12.09.2020  ### new features
morpheus-graphql-core.cabal view
@@ -4,10 +4,10 @@ -- -- see: https://github.com/sol/hpack ----- hash: 7aaaf3d4b4dab94a5938e6284d262fadabee300b225a623e93fa0d703192a48f+-- hash: ce18cb316044bb79be32544a1626da5772a8ed0cc0d17214179d77c1d9c6f8f4  name:           morpheus-graphql-core-version:        0.15.0+version:        0.15.1 synopsis:       Morpheus GraphQL Core description:    Build GraphQL APIs with your favourite functional language! category:       web, graphql@@ -225,7 +225,7 @@     , base >=4.7 && <5     , bytestring >=0.10.4 && <0.11     , hashable >=1.0.0-    , megaparsec >=7.0.0 && <9.0.0+    , megaparsec >=7.0.0 && <10.0.0     , mtl >=2.0 && <=3.0     , scientific >=0.3.6.2 && <0.4     , template-haskell >=2.0 && <=3.0@@ -254,7 +254,7 @@     , bytestring >=0.10.4 && <0.11     , directory >=1.0     , hashable >=1.0.0-    , megaparsec >=7.0.0 && <9.0.0+    , megaparsec >=7.0.0 && <10.0.0     , morpheus-graphql-core     , mtl >=2.0 && <=3.0     , scientific >=0.3.6.2 && <0.4