Skip to content

Commit

Permalink
Allow bytestring 0.12
Browse files Browse the repository at this point in the history
  • Loading branch information
tfausak committed Dec 29, 2023
1 parent 485c1d0 commit e31fea5
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion witch.cabal
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@ flag pedantic
common library
build-depends:
, base >= 4.16.0 && < 4.20
, bytestring >= 0.11.3 && < 0.12
, bytestring >= 0.11.3 && < 0.13
, containers >= 0.6.5 && < 0.7
, tagged >= 0.8.6 && < 0.9
, text >= 1.2.5 && < 1.3 || >= 2.0 && < 2.2
Expand Down

0 comments on commit e31fea5

Please sign in to comment.