Skip to content

Commit

Permalink
Allow th-abstraction 0.6 (#481)
Browse files Browse the repository at this point in the history
  • Loading branch information
Vekhir committed Sep 16, 2023
1 parent 6936b47 commit d8e8e7e
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion package.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -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.6
- th-abstraction >= 0.3.1.0 && < 0.7
- transformers >= 0.5.2.0 && < 0.7
- first-class-families >= 0.5.0.0 && < 0.9
- unagi-chan >= 0.4.0.0 && < 0.5
Expand Down
4 changes: 2 additions & 2 deletions polysemy.cabal
Original file line number Diff line number Diff line change
Expand Up @@ -106,7 +106,7 @@ library
, stm ==2.*
, syb ==0.7.*
, template-haskell >=2.12.0.0 && <3
, th-abstraction >=0.3.1.0 && <0.6
, th-abstraction >=0.3.1.0 && <0.7
, transformers >=0.5.2.0 && <0.7
, type-errors >=0.2.0.0
, unagi-chan >=0.4.0.0 && <0.5
Expand Down Expand Up @@ -177,7 +177,7 @@ test-suite polysemy-test
, stm ==2.*
, syb ==0.7.*
, template-haskell >=2.12.0.0 && <3
, th-abstraction >=0.3.1.0 && <0.6
, th-abstraction >=0.3.1.0 && <0.7
, transformers >=0.5.2.0 && <0.7
, type-errors >=0.2.0.0
, unagi-chan >=0.4.0.0 && <0.5
Expand Down

0 comments on commit d8e8e7e

Please sign in to comment.