Skip to content

Commit 72b7ea3

Browse files
committed
Bump 'bytestring' version for release CI test scripts
The older 'bytestring-0.11.1.0' version doesn't compile with the recent GHC 9.10.1 release. Bump the version to '0.12.1.0' which can be successfully compiled on all supported GHC versions.
1 parent d899c9a commit 72b7ea3

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/scripts/test.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ set -eux
88
. .github/scripts/env.sh
99
. .github/scripts/common.sh
1010

11-
test_package="bytestring-0.11.1.0"
11+
test_package="bytestring-0.12.1.0"
1212
test_module="Data/ByteString.hs"
1313

1414
create_cradle() {

0 commit comments

Comments
 (0)