Skip to content

Commit

Permalink
Merge pull request #16 from bellroy/lens-5.3
Browse files Browse the repository at this point in the history
Relax version bound on lens
  • Loading branch information
fumieval committed May 16, 2024
2 parents 2694d33 + ae8114a commit c97a05a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion xml-lens.cabal
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@ library
ghc-options: -Wall
exposed-modules: Text.XML.Lens
build-depends: base ==4.*
, lens >= 4.0 && < 5.2
, lens >= 4.0 && < 5.4
, containers >= 0.4.0 && < 0.7
, text >= 0.7 && < 1.3 || >= 2 && < 2.1
, xml-conduit >= 1.1 && < 1.10
Expand Down

0 comments on commit c97a05a

Please sign in to comment.