Skip to content

Commit

Permalink
Bump bytestring to < 0.13
Browse files Browse the repository at this point in the history
This matches the revision -r1 already made at

https://hackage.haskell.org/package/tomland-1.3.3.2/revisions/
  • Loading branch information
tomjaguarpaw committed Mar 11, 2024
1 parent 2c1398c commit 67dd7ba
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tomland.cabal
Original file line number Diff line number Diff line change
Expand Up @@ -131,7 +131,7 @@ library
Toml.Type.UValue
Toml.Type.Value

build-depends: bytestring >= 0.10 && < 0.12
build-depends: bytestring >= 0.10 && < 0.13
, containers >= 0.5.7 && < 0.7
, deepseq >= 1.4 && < 1.6
, hashable >= 1.3.1.0 && < 1.5
Expand Down

0 comments on commit 67dd7ba

Please sign in to comment.