Skip to content

Commit 4c322d1

Browse files
committed
Use less-strict bounds on bytestring
1 parent 4918389 commit 4c322d1

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

github-actions.cabal

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -82,7 +82,7 @@ test-suite spec
8282
other-modules: Language.Github.Actions.WorkflowTest
8383
build-tool-depends: tasty-discover:tasty-discover ^>=4.2.2
8484
build-depends:
85-
, bytestring ==0.11.5.3 || ==0.12.1.0
85+
, bytestring ^>=0.11.4.0 || ^>=0.12.0.2
8686
, filepath ^>=1.4 || ^>=1.5
8787
, github-actions
8888
, pretty-show ^>=1.10

0 commit comments

Comments
 (0)