morpheus-graphql 0.14.0 → 0.14.1
raw patch · 3 files changed
+7/−5 lines, 3 filesdep ~morpheus-graphql-core
Dependency ranges changed: morpheus-graphql-core
Files
- README.md +1/−1
- changelog.md +2/−0
- morpheus-graphql.cabal +4/−4
README.md view
@@ -29,7 +29,7 @@ resolver: lts-15.13 extra-deps:- - morpheus-graphql-0.14.0+ - morpheus-graphql-0.14.1 ``` As Morpheus is quite new, make sure stack can find morpheus-graphql by running `stack upgrade` and `stack update`
changelog.md view
@@ -1,5 +1,7 @@ # Changelog +## 0.14.1 - 16.08.2020+ ## 0.14.0 - 15.08.2020 ### new features
morpheus-graphql.cabal view
@@ -4,10 +4,10 @@ -- -- see: https://github.com/sol/hpack ----- hash: 8d1e49edfa571f6e0dff20aa867324523a25cd49b27fdf2a5beae8aeb9adf536+-- hash: 6aa7dd94a910283c164fa2b2c2f7e12b94bd464fc93383d8c68a691f56c888b0 name: morpheus-graphql-version: 0.14.0+version: 0.14.1 synopsis: Morpheus GraphQL description: Build GraphQL APIs with your favourite functional language! category: web, graphql@@ -429,7 +429,7 @@ , bytestring >=0.10.4 && <0.11 , containers >=0.4.2.1 && <0.7 , megaparsec >=7.0.0 && <9.0.0- , morpheus-graphql-core >=0.14.0+ , morpheus-graphql-core >=0.14.0 && <0.15.0 , mtl >=2.0 && <=3.0 , scientific >=0.3.6.2 && <0.4 , template-haskell >=2.0 && <=3.0@@ -478,7 +478,7 @@ , containers >=0.4.2.1 && <0.7 , megaparsec >=7.0.0 && <9.0.0 , morpheus-graphql- , morpheus-graphql-core >=0.14.0+ , morpheus-graphql-core >=0.14.0 && <0.15.0 , mtl >=2.0 && <=3.0 , scientific >=0.3.6.2 && <0.4 , tasty