packages feed

morpheus-graphql-subscriptions 0.19.0 → 0.19.1

raw patch · 2 files changed

+19/−24 lines, 2 filesdep ~aesondep ~directorydep ~mtlPVP ok

version bump matches the API change (PVP)

Dependency ranges changed: aeson, directory, mtl, relude, tasty, tasty-hunit, transformers, unliftio-core, uuid, websockets

API changes (from Hackage documentation)

Files

changelog.md view
@@ -1,9 +1,4 @@ # Changelog -## 0.19.0 - 21.03.2022--## 0.18.0 - 08.11.2021--## 0.17.0 - 25.02.2021+see latest changes on [Github](https://github.com/morpheusgraphql/morpheus-graphql/releases) -## 0.16.0 - 05.11.2020
morpheus-graphql-subscriptions.cabal view
@@ -5,7 +5,7 @@ -- see: https://github.com/sol/hpack  name:           morpheus-graphql-subscriptions-version:        0.19.0+version:        0.19.1 synopsis:       Morpheus GraphQL Subscriptions description:    Build GraphQL APIs with your favourite functional language! category:       web, graphql, subscriptions@@ -18,8 +18,8 @@ license-file:   LICENSE build-type:     Simple extra-source-files:-    changelog.md     README.md+    changelog.md  source-repository head   type: git@@ -45,14 +45,14 @@     , bytestring >=0.10.4 && <0.11     , morpheus-graphql-app >=0.19.0 && <0.20.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     , text >=1.2.3.0 && <1.3-    , transformers >=0.3.0.0 && <1.0-    , unliftio-core >=0.0.1 && <=0.4+    , transformers >=0.3 && <0.6+    , unliftio-core >=0.0.1 && <0.4     , unordered-containers >=0.2.8.0 && <0.3-    , uuid >=1.0 && <=1.4-    , websockets >=0.11.0 && <=1.0+    , uuid >=1.0 && <1.4+    , websockets >=0.11 && <1.0   default-language: Haskell2010  test-suite morpheus-subscription-test@@ -64,20 +64,20 @@       test   ghc-options: -Wall   build-depends:-      aeson+      aeson >=1.4.4.0 && <3     , base >=4.7 && <5     , bytestring >=0.10.4 && <0.11-    , directory >=1.0+    , directory >=1.0 && <2.0     , morpheus-graphql-app >=0.19.0 && <0.20.0     , morpheus-graphql-core >=0.19.0 && <0.20.0-    , mtl >=2.0 && <=3.0-    , relude >=0.3.0-    , tasty-    , tasty-hunit+    , mtl >=2.0 && <3.0+    , relude >=0.3.0 && <2.0+    , tasty >=0.1 && <1.5+    , tasty-hunit >=0.1 && <1.0     , text >=1.2.3.0 && <1.3-    , transformers >=0.3.0.0 && <1.0-    , unliftio-core >=0.0.1 && <=0.4+    , transformers >=0.3 && <0.6+    , unliftio-core >=0.0.1 && <0.4     , unordered-containers >=0.2.8.0 && <0.3-    , uuid >=1.0 && <=1.4-    , websockets >=0.11.0 && <=1.0+    , uuid >=1.0 && <1.4+    , websockets >=0.11 && <1.0   default-language: Haskell2010