Skip to content

Commit 1b30112

Browse files
committed
[ cabal ] updated tested-with to 8.8.4 and 8.10.3
These are the latest versions supported by haskell-ci as of now. Dropped 8.0.1 from the tested-with list since the other GHC versions are also listed just with the latest minor release.
1 parent 35c2e36 commit 1b30112

File tree

1 file changed

+13
-1
lines changed

1 file changed

+13
-1
lines changed

zlib.cabal

Lines changed: 13 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,19 @@ description: This package provides a pure interface for compressing and
2121
tasks and for the few cases where more control is needed it
2222
provides access to the full zlib feature set.
2323
build-type: Simple
24-
tested-with: GHC ==7.0.4, GHC ==7.2.2, GHC ==7.4.2, GHC ==7.6.3, GHC ==7.8.4, GHC ==7.10.3, GHC ==8.0.1, GHC==8.0.2, GHC ==8.2.2, GHC ==8.4.4, GHC==8.6.5, GHC==8.8.3, GHC==8.10.1
24+
25+
tested-with: GHC == 7.0.4
26+
, GHC == 7.2.2
27+
, GHC == 7.4.2
28+
, GHC == 7.6.3
29+
, GHC == 7.8.4
30+
, GHC == 7.10.3
31+
, GHC == 8.0.2
32+
, GHC == 8.2.2
33+
, GHC == 8.4.4
34+
, GHC == 8.6.5
35+
, GHC == 8.8.4
36+
, GHC == 8.10.3
2537

2638
extra-source-files: changelog
2739
-- zlib C sources (for Windows)

0 commit comments

Comments
 (0)