Skip to content

Commit

Permalink
Allow bytestring-0.11 in test (#88)
Browse files Browse the repository at this point in the history
This change enables running proto3-wire test with ghc-9.2.
  • Loading branch information
TristanCacqueray authored Aug 8, 2022
1 parent ae24c00 commit af71a6a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion proto3-wire.cabal
Original file line number Diff line number Diff line change
Expand Up @@ -54,7 +54,7 @@ test-suite tests
hs-source-dirs: test
default-language: Haskell2010
build-depends: base >=4.9 && <=5.0,
bytestring >=0.10.6.0 && <0.11.0,
bytestring >=0.10.6.0 && <0.12.0,
cereal >= 0.5.1 && <0.6,
doctest >= 0.7.0 && <0.21.0,
proto3-wire,
Expand Down

0 comments on commit af71a6a

Please sign in to comment.