Skip to content

Commit

Permalink
Bump bytestring bound.
Browse files Browse the repository at this point in the history
  • Loading branch information
athas committed Nov 12, 2023
1 parent 5dbcc25 commit 3da046a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion language-c-quote.cabal
Original file line number Diff line number Diff line change
Expand Up @@ -42,7 +42,7 @@ library
build-depends:
array >= 0.2 && < 0.6,
base >= 4.5 && < 5,
bytestring >= 0.9 && < 0.12,
bytestring >= 0.9 && < 0.13,
containers >= 0.4 && < 0.7,
exception-mtl >= 0.3 && < 0.5,
exception-transformers >= 0.3 && < 0.5,
Expand Down

0 comments on commit 3da046a

Please sign in to comment.