Skip to content

Commit

Permalink
Allow building with transformers-0.6.*
Browse files Browse the repository at this point in the history
  • Loading branch information
RyanGlScott committed Jul 25, 2021
1 parent f1245c3 commit 8d2cd56
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tagged.cabal
Original file line number Diff line number Diff line change
Expand Up @@ -81,7 +81,7 @@ library
build-depends: deepseq >= 1.1 && < 1.5

if flag(transformers)
build-depends: transformers >= 0.2 && < 0.6
build-depends: transformers >= 0.2 && < 0.7

-- Ensure Data.Functor.Classes is always available
if impl(ghc >= 7.10) || impl(ghcjs)
Expand Down

0 comments on commit 8d2cd56

Please sign in to comment.