morpheus-graphql-subscriptions 0.21.0 → 0.22.0
raw patch · 2 files changed
+4/−45 lines, 2 filesdep −directorydep −tastydep −tasty-hunitdep ~morpheus-graphql-appdep ~morpheus-graphql-corePVP ok
version bump matches the API change (PVP)
Dependencies removed: directory, tasty, tasty-hunit
Dependency ranges changed: morpheus-graphql-app, morpheus-graphql-core
API changes (from Hackage documentation)
Files
- morpheus-graphql-subscriptions.cabal +4/−31
- test/Spec.hs +0/−14
morpheus-graphql-subscriptions.cabal view
@@ -1,11 +1,11 @@ cabal-version: 1.12 --- This file has been generated from package.yaml by hpack version 0.34.4.+-- This file has been generated from package.yaml by hpack version 0.35.0. -- -- see: https://github.com/sol/hpack name: morpheus-graphql-subscriptions-version: 0.21.0+version: 0.22.0 synopsis: Morpheus GraphQL Subscriptions description: Build GraphQL APIs with your favourite functional language! category: web, graphql, subscriptions@@ -43,37 +43,10 @@ aeson >=1.4.4 && <3.0.0 , base >=4.7.0 && <5.0.0 , bytestring >=0.10.4 && <0.12.0- , morpheus-graphql-app >=0.21.0 && <0.22.0- , morpheus-graphql-core >=0.21.0 && <0.22.0- , mtl >=2.0.0 && <3.0.0- , relude >=0.3.0 && <2.0.0- , text >=1.2.3 && <1.3.0- , transformers >=0.3.0 && <0.6.0- , unliftio-core >=0.0.1 && <0.4.0- , unordered-containers >=0.2.8 && <0.3.0- , uuid >=1.0.0 && <1.4.0- , websockets >=0.12.6.0 && <1.0.0- default-language: Haskell2010--test-suite morpheus-subscription-test- type: exitcode-stdio-1.0- main-is: Spec.hs- other-modules:- Paths_morpheus_graphql_subscriptions- hs-source-dirs:- test- ghc-options: -Wall- build-depends:- aeson >=1.4.4 && <3.0.0- , base >=4.7.0 && <5.0.0- , bytestring >=0.10.4 && <0.12.0- , directory >=1.0.0 && <2.0.0- , morpheus-graphql-app >=0.21.0 && <0.22.0- , morpheus-graphql-core >=0.21.0 && <0.22.0+ , morpheus-graphql-app >=0.22.0 && <0.23.0+ , morpheus-graphql-core >=0.22.0 && <0.23.0 , mtl >=2.0.0 && <3.0.0 , relude >=0.3.0 && <2.0.0- , tasty >=0.1.0 && <1.5.0- , tasty-hunit >=0.1.0 && <1.0.0 , text >=1.2.3 && <1.3.0 , transformers >=0.3.0 && <0.6.0 , unliftio-core >=0.0.1 && <0.4.0
− test/Spec.hs
@@ -1,14 +0,0 @@-{-# LANGUAGE NoImplicitPrelude #-}--module Main- ( main,- )-where--import Prelude- ( IO,- pure,- )--main :: IO ()-main = pure ()