polysemy-test 0.9.0.0 → 0.10.0.0
raw patch · 1 files changed
+19/−17 lines, 1 filesdep ~basedep ~hedgehogdep ~incipit-core
Dependency ranges changed: base, hedgehog, incipit-core, path, path-io, polysemy, tasty, tasty-hedgehog, transformers
Files
- polysemy-test.cabal +19/−17
polysemy-test.cabal view
@@ -1,11 +1,11 @@ cabal-version: 2.2 --- This file has been generated from package.yaml by hpack version 0.35.2.+-- This file has been generated from package.yaml by hpack version 0.36.0. -- -- see: https://github.com/sol/hpack name: polysemy-test-version: 0.9.0.0+version: 0.10.0.0 synopsis: Polysemy effects for testing description: See https://hackage.haskell.org/package/polysemy-test/docs/Polysemy-Test.html category: Test@@ -53,6 +53,7 @@ GADTs LambdaCase LiberalTypeSynonyms+ MonadComprehensions MultiWayIf OverloadedLabels OverloadedLists@@ -75,15 +76,15 @@ NoFieldSelectors ghc-options: -Wall -Widentities -Wincomplete-uni-patterns -Wmissing-deriving-strategies -Wredundant-constraints -Wunused-type-patterns -Wunused-packages build-depends:- base ==4.*- , hedgehog >=1.0.2 && <1.3- , incipit-core >=0.4 && <0.6- , path >=0.7 && <0.10- , path-io >=1.7 && <1.9- , polysemy >=1.3 && <1.10- , tasty >=1.1 && <1.5- , tasty-hedgehog >=1.1 && <1.5- , transformers+ base >=4.16.4.0 && <4.20+ , hedgehog >=1.2 && <1.5+ , incipit-core >=0.3.0.0 && <0.7+ , path >=0.9.1 && <0.10+ , path-io >=1.8.0 && <1.9+ , polysemy >=1.9.1.3 && <1.10+ , tasty >=1.4.3 && <1.5+ , tasty-hedgehog >=1.4.0.0 && <1.5+ , transformers >=0.5.6.2 && <0.7 mixins: base hiding (Prelude) , incipit-core (IncipitCore as Prelude)@@ -113,6 +114,7 @@ GADTs LambdaCase LiberalTypeSynonyms+ MonadComprehensions MultiWayIf OverloadedLabels OverloadedLists@@ -135,13 +137,13 @@ NoFieldSelectors ghc-options: -threaded -rtsopts -with-rtsopts=-N -Wall -Widentities -Wincomplete-uni-patterns -Wmissing-deriving-strategies -Wredundant-constraints -Wunused-type-patterns -Wunused-packages build-depends:- base ==4.*- , hedgehog >=1.0.2 && <1.3- , incipit-core >=0.4 && <0.6- , path >=0.7 && <0.10- , polysemy >=1.3 && <1.10+ base >=4.16.4.0 && <4.20+ , hedgehog >=1.2 && <1.5+ , incipit-core >=0.3.0.0 && <0.7+ , path >=0.9.1 && <0.10+ , polysemy >=1.9.1.3 && <1.10 , polysemy-test- , tasty >=1.1 && <1.5+ , tasty >=1.4.3 && <1.5 mixins: base hiding (Prelude) , incipit-core (IncipitCore as Prelude)