Skip to content

Commit b3932df

Browse files
committed
Fix koalaman#2734: adjust bounds to compile on 9.6
The whole test suite passes for me, including prop_checkOverwrittenExitCode8, and I get the same set of findings with this build and shellcheck.net on tools/testing/selftests/net/icmp_redirect.sh.
1 parent a54965d commit b3932df

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

ShellCheck.cabal

+4-4
Original file line numberDiff line numberDiff line change
@@ -46,21 +46,21 @@ library
4646
semigroups
4747
build-depends:
4848
-- The lower bounds are based on GHC 7.10.3
49-
-- The upper bounds are based on GHC 9.4.3
49+
-- The upper bounds are based on GHC 9.6.1
5050
aeson >= 1.4.0 && < 2.2,
5151
array >= 0.5.1 && < 0.6,
5252
base >= 4.8.0.0 && < 5,
5353
bytestring >= 0.10.6 && < 0.12,
5454
containers >= 0.5.6 && < 0.7,
5555
deepseq >= 1.4.1 && < 1.5,
5656
Diff >= 0.4.0 && < 0.5,
57-
fgl >= 5.7.0 && < 5.8.1.0,
57+
fgl (>= 5.7.0 && < 5.8.1.0) || (>= 5.8.1.1 && < 5.9),
5858
filepath >= 1.4.0 && < 1.5,
59-
mtl >= 2.2.2 && < 2.3,
59+
mtl >= 2.2.2 && < 2.4,
6060
parsec >= 3.1.14 && < 3.2,
6161
QuickCheck >= 2.14.2 && < 2.15,
6262
regex-tdfa >= 1.2.0 && < 1.4,
63-
transformers >= 0.4.2 && < 0.6,
63+
transformers >= 0.4.2 && < 0.7,
6464

6565
-- getXdgDirectory from 1.2.3.0
6666
directory >= 1.2.3 && < 1.4,

0 commit comments

Comments
 (0)