polysemy-conc 0.14.1.0 → 0.14.1.1
raw patch · 1 files changed
+7/−7 lines, 1 filesdep ~basedep ~hedgehogdep ~tasty
Dependency ranges changed: base, hedgehog, tasty
Files
- polysemy-conc.cabal +7/−7
polysemy-conc.cabal view
@@ -1,11 +1,11 @@ cabal-version: 2.2 --- This file has been generated from package.yaml by hpack version 0.36.0.+-- This file has been generated from package.yaml by hpack version 0.36.1. -- -- see: https://github.com/sol/hpack name: polysemy-conc-version: 0.14.1.0+version: 0.14.1.1 synopsis: Polysemy effects for concurrency description: See https://hackage.haskell.org/package/polysemy-conc/docs/Polysemy-Conc.html category: Concurrency@@ -13,7 +13,7 @@ bug-reports: https://github.com/tek/polysemy-conc/issues author: Torsten Schmits maintainer: hackage@tryp.io-copyright: 2023 Torsten Schmits+copyright: 2025 Torsten Schmits license: BSD-2-Clause-Patent license-file: LICENSE build-type: Simple@@ -108,7 +108,7 @@ ghc-options: -Wall -Widentities -Wincomplete-uni-patterns -Wmissing-deriving-strategies -Wredundant-constraints -Wunused-type-patterns -Wunused-packages build-depends: async >=2.2.4 && <2.3- , base >=4.17.2.1 && <4.20+ , base >=4.17.2.1 && <4.21 , incipit-core >=0.4.1.0 && <0.7 , polysemy >=1.9.0.0 && <1.10 , polysemy-resume >=0.5.0.0 && <0.10@@ -175,15 +175,15 @@ ghc-options: -threaded -rtsopts -with-rtsopts=-N -Wall -Widentities -Wincomplete-uni-patterns -Wmissing-deriving-strategies -Wredundant-constraints -Wunused-type-patterns -Wunused-packages build-depends: async >=2.2.4 && <2.3- , base >=4.17.2.1 && <4.20- , hedgehog >=1.1.2 && <1.5+ , base >=4.17.2.1 && <4.21+ , hedgehog >=1.1.2 && <1.6 , incipit-core >=0.4.1.0 && <0.7 , polysemy >=1.9.0.0 && <1.10 , polysemy-conc , polysemy-plugin >=0.4.4.0 && <0.5 , polysemy-test >=0.3.1.6 && <0.11 , polysemy-time >=0.5.1.0 && <0.8- , tasty >=1.4.2 && <1.5+ , tasty >=1.4.2 && <1.6 , tasty-hedgehog >=1.3.0.0 && <1.5 , time >=1.12.2 && <1.13 , torsor ==0.1.*