packages feed

morpheus-graphql 0.6.0 → 0.6.1

raw patch · 3 files changed

+12/−7 lines, 3 filesPVP ok

version bump matches the API change (PVP)

API changes (from Hackage documentation)

Files

README.md view
@@ -29,7 +29,7 @@ resolver: lts-14.8  extra-deps:-  - morpheus-graphql-0.6.0+  - morpheus-graphql-0.6.1 ```  As Morpheus is quite new, make sure stack can find morpheus-graphql by running `stack upgrade` and `stack update`
changelog.md view
@@ -1,9 +1,15 @@-## [0.6.0] - *.11.2019+## [0.6.0] - 2.11.2019 +## Added++- support of ghc 8.8.1++## [0.6.0] - 1.11.2019+ ### Removed -- removed `morpheus` cli for code generating, if you need cli you should use -[morpheus-graphql-cli](https://github.com/morpheusgraphql/morpheus-graphql-cli/)+- removed `morpheus` cli for code generating, if you need cli you should use+  [morpheus-graphql-cli](https://github.com/morpheusgraphql/morpheus-graphql-cli/)  - example `API` executable is removed from Production build @@ -15,7 +21,6 @@     liftM :: m a -> Resolver o m e a     liftEitherM :: m (Either String a) -> Resolver o m e a   ```-  ## [0.5.0] - 31.10.2019 
morpheus-graphql.cabal view
@@ -4,10 +4,10 @@ -- -- see: https://github.com/sol/hpack ----- hash: 31270ea6ec92f02d87e2706e3e58eb784159f13809d7558c20c648f62557da8e+-- hash: 7ae6cd61c589257d278baedd4f27ecf1e1bd7190e24d4764eceffb4fd189543c  name:           morpheus-graphql-version:        0.6.0+version:        0.6.1 synopsis:       Morpheus GraphQL description:    Build GraphQL APIs with your favourite functional language! category:       web, graphql