Skip to content

Commit

Permalink
Allow transformers-0.6 (#47)
Browse files Browse the repository at this point in the history
Closes #44.
  • Loading branch information
sjakobi authored Dec 3, 2021
1 parent f1424bf commit 14f009f
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions selective.cabal
Original file line number Diff line number Diff line change
Expand Up @@ -37,7 +37,7 @@ library
Control.Selective.Rigid.Freer
build-depends: base >= 4.9 && < 5,
containers >= 0.5.5.1 && < 0.7,
transformers >= 0.4.2.0 && < 0.6
transformers >= 0.4.2.0 && < 0.7
default-language: Haskell2010
other-extensions: DeriveFunctor,
FlexibleInstances,
Expand Down Expand Up @@ -73,7 +73,7 @@ test-suite test
containers >= 0.5.5.1 && < 0.7,
QuickCheck >= 2.8 && < 2.15,
selective,
transformers >= 0.4.2.0 && < 0.6
transformers >= 0.4.2.0 && < 0.7
default-language: Haskell2010
ghc-options: -Wall
-fno-warn-name-shadowing
Expand Down

0 comments on commit 14f009f

Please sign in to comment.