zeugma 0.10.0.0 → 0.10.0.1
raw patch · 1 files changed
+7/−7 lines, 1 filesdep ~basedep ~hedgehogdep ~incipit
Dependency ranges changed: base, hedgehog, incipit, tasty
Files
- zeugma.cabal +7/−7
zeugma.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: zeugma-version: 0.10.0.0+version: 0.10.0.1 synopsis: Polysemy effects for testing description: See https://hackage.haskell.org/package/zeugma/docs/Zeugma.html category: Prelude@@ -13,7 +13,7 @@ bug-reports: https://github.com/tek/incipit/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@@ -80,15 +80,15 @@ NoFieldSelectors ghc-options: -Wall -Widentities -Wincomplete-uni-patterns -Wmissing-deriving-strategies -Wredundant-constraints -Wunused-type-patterns -Wunused-packages build-depends:- base >=4.17.2.1 && <4.20+ base >=4.17.2.1 && <4.21 , chronos >=1.1.5 && <1.2- , hedgehog >=1.1.2 && <1.5- , incipit ==0.10.0.0+ , hedgehog >=1.1.2 && <1.6+ , incipit ==0.10.0.1 , polysemy >=1.6.0.0 && <1.10 , polysemy-chronos >=0.5.0.0 && <0.8 , polysemy-process >=0.11.1.0 && <0.15 , polysemy-test >=0.7.0.0 && <0.11- , tasty >=1.4.2 && <1.5+ , tasty >=1.4.2 && <1.6 , tasty-expected-failure >=0.11.1.2 && <0.13 , tasty-hedgehog >=1.3.0.0 && <1.5 default-language: GHC2021