File tree 2 files changed +5
-10
lines changed
2 files changed +5
-10
lines changed Original file line number Diff line number Diff line change 8
8
#
9
9
# For more information, see https://github.com/haskell-CI/haskell-ci
10
10
#
11
- # version: 0.19.20241114
11
+ # version: 0.19.20250115
12
12
#
13
- # REGENDATA ("0.19.20241114 ",["github","cabal.project"])
13
+ # REGENDATA ("0.19.20250115 ",["github","cabal.project"])
14
14
#
15
15
name : Haskell-CI
16
16
on :
76
76
compilerVersion : 8.8.4
77
77
setup-method : ghcup
78
78
allow-failure : false
79
- - compiler : ghc-8.6.5
80
- compilerKind : ghc
81
- compilerVersion : 8.6.5
82
- setup-method : ghcup
83
- allow-failure : false
84
79
fail-fast : false
85
80
steps :
86
81
- name : apt-get install
Original file line number Diff line number Diff line change @@ -38,7 +38,7 @@ cabal-version: 1.12
38
38
build-type : Simple
39
39
bug-reports : https://github.com/xmonad/xmonad-contrib/issues
40
40
41
- tested-with : GHC == 8.6.5 || == 8. 8.4 || == 8.10.7 || == 9.0.2 || == 9.2.8 || == 9.4.8 || == 9.6.6 || == 9.8.2 || == 9.10.1
41
+ tested-with : GHC == 8.8.4 || == 8.10.7 || == 9.0.2 || == 9.2.8 || == 9.4.8 || == 9.6.6 || == 9.8.2 || == 9.10.1
42
42
43
43
source-repository head
44
44
type : git
@@ -80,7 +80,7 @@ library
80
80
ghc-options : -Werror -Wwarn=deprecations
81
81
82
82
-- Keep this in sync with the oldest version in 'tested-with'
83
- if impl(ghc > 8.6.5 )
83
+ if impl(ghc > 8.8.4 )
84
84
-- don't treat unused-imports warning as errors, they may be necessary
85
85
-- for compatibility with older versions of base (or other deps)
86
86
ghc-options : -Wwarn=unused-imports
@@ -507,7 +507,7 @@ test-suite tests
507
507
ghc-options : -Werror -Wwarn=deprecations
508
508
509
509
-- Keep this in sync with the oldest version in 'tested-with'
510
- if impl(ghc > 8.6.5 )
510
+ if impl(ghc > 8.8.4 )
511
511
-- don't treat unused-imports warning as errors, they may be necessary
512
512
-- for compatibility with older versions of base (or other deps)
513
513
ghc-options : -Wwarn=unused-imports
You can’t perform that action at this time.
0 commit comments