packages feed

morpheus-graphql-subscriptions 0.27.0 → 0.27.1

raw patch · 2 files changed

+2/−3 lines, 2 filesdep ~textPVP ok

version bump matches the API change (PVP)

Dependency ranges changed: text

API changes (from Hackage documentation)

Files

morpheus-graphql-subscriptions.cabal view
@@ -5,7 +5,7 @@ -- see: https://github.com/sol/hpack  name:           morpheus-graphql-subscriptions-version:        0.27.0+version:        0.27.1 synopsis:       Morpheus GraphQL Subscriptions description:    Build GraphQL APIs with your favourite functional language! category:       web, graphql, subscriptions@@ -47,7 +47,7 @@     , morpheus-graphql-core >=0.27.0 && <0.28.0     , mtl >=2.0.0 && <3.0.0     , relude >=0.3.0 && <2.0.0-    , text >=1.2.3 && <1.3.0+    , text >=1.2.3 && <2.1.0     , transformers >=0.3.0 && <0.6.0     , unliftio-core >=0.0.1 && <0.4.0     , unordered-containers >=0.2.8 && <0.3.0
src/Data/Morpheus/Subscriptions/Event.hs view
@@ -21,7 +21,6 @@  instance EventHandler (Event ch con) where   type Channel (Event ch con) = ch-  getChannels = channels  runEvents ::   (Foldable t, Applicative f) =>