From 582ae1c5615934abde864589d1e3ff7929775c62 Mon Sep 17 00:00:00 2001 From: Torsten Schmits Date: Tue, 19 Sep 2023 13:08:19 +0200 Subject: [PATCH] bump th-abstraction --- package.yaml | 2 +- polysemy.cabal | 4 ++-- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/package.yaml b/package.yaml index 44bbba09..c0a52164 100644 --- a/package.yaml +++ b/package.yaml @@ -23,7 +23,7 @@ dependencies: - syb >= 0.7 && < 0.8 - stm >= 2 && < 3 - template-haskell >= 2.12.0.0 && < 3 -- th-abstraction >= 0.3.1.0 && < 0.5 +- th-abstraction >= 0.3.1.0 && < 0.7 - transformers >= 0.5.2.0 && < 0.6 - first-class-families >= 0.5.0.0 && < 0.9 - unagi-chan >= 0.4.0.0 && < 0.5 diff --git a/polysemy.cabal b/polysemy.cabal index d3770c54..6cb90502 100644 --- a/polysemy.cabal +++ b/polysemy.cabal @@ -127,7 +127,7 @@ library , stm ==2.* , syb ==0.7.* , template-haskell >=2.12.0.0 && <3 - , th-abstraction >=0.3.1.0 && <0.5 + , th-abstraction >=0.3.1.0 && <0.7 , transformers >=0.5.2.0 && <0.6 , type-errors >=0.2.0.0 , unagi-chan >=0.4.0.0 && <0.5 @@ -197,7 +197,7 @@ test-suite polysemy-test , stm ==2.* , syb ==0.7.* , template-haskell >=2.12.0.0 && <3 - , th-abstraction >=0.3.1.0 && <0.5 + , th-abstraction >=0.3.1.0 && <0.7 , transformers >=0.5.2.0 && <0.6 , type-errors >=0.2.0.0 , unagi-chan >=0.4.0.0 && <0.5