Skip to content

Commit

Permalink
drop upper bound on transformers dep
Browse files Browse the repository at this point in the history
  • Loading branch information
tmcdonell committed Apr 3, 2023
1 parent 1e88c50 commit 80e0de0
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion llvm-hs-pure/llvm-hs-pure.cabal
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,7 @@ library
attoparsec >= 0.13,
bytestring >= 0.11,
fail,
transformers >= 0.3 && < 0.6,
transformers >= 0.3,
mtl >= 2.1,
template-haskell >= 2.5.0.0,
containers >= 0.4.2.1,
Expand Down
2 changes: 1 addition & 1 deletion llvm-hs/llvm-hs.cabal
Original file line number Diff line number Diff line change
Expand Up @@ -109,7 +109,7 @@ library
exceptions >= 0.8,
utf8-string >= 0.3.7,
bytestring >= 0.11,
transformers >= 0.3 && < 0.6,
transformers >= 0.3,
mtl >= 2.1.3,
template-haskell >= 2.5.0.0,
containers >= 0.4.2.1,
Expand Down

0 comments on commit 80e0de0

Please sign in to comment.