Skip to content

Commit

Permalink
Allow versions-6.*
Browse files Browse the repository at this point in the history
Note that `versions` uses SemVer rather than the PVP, and as a result, it
sometimes bumps the secondary version number even for non-breaking changes. As
a result, I am guarding against the major version number rather than the
secondary one.
  • Loading branch information
RyanGlScott committed May 30, 2023
1 parent 5aaacda commit 65be0b0
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion llvm-pretty-bc-parser.cabal
Original file line number Diff line number Diff line change
Expand Up @@ -135,7 +135,7 @@ Test-suite disasm-test
tasty-hunit,
tasty-sugar >= 2.2 && < 2.3,
text,
versions < 6,
versions < 7,
llvm-pretty,
llvm-pretty-bc-parser

Expand Down

0 comments on commit 65be0b0

Please sign in to comment.