Skip to content

Commit

Permalink
Bumped bytestring upper bound
Browse files Browse the repository at this point in the history
  • Loading branch information
jchia authored and akhra committed Jan 31, 2024
1 parent 18e8c26 commit 5c92d46
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion sdl2.cabal
Original file line number Diff line number Diff line change
Expand Up @@ -145,7 +145,7 @@ library

build-depends:
base >= 4.7 && < 5,
bytestring >= 0.10.4.0 && < 0.12,
bytestring >= 0.10.4.0 && < 0.13,
exceptions >= 0.4 && < 0.11,
StateVar >= 1.1.0.0 && < 1.3,
text >= 1.1.0.0 && < 2.2,
Expand Down

0 comments on commit 5c92d46

Please sign in to comment.