Skip to content

Commit 9f47e7a

Browse files
committed
cabal: Drop support for GHC 8.6.5
See xmonad#921
1 parent bc0e3aa commit 9f47e7a

File tree

2 files changed

+5
-10
lines changed

2 files changed

+5
-10
lines changed

.github/workflows/haskell-ci.yml

+2-7
Original file line numberDiff line numberDiff line change
@@ -8,9 +8,9 @@
88
#
99
# For more information, see https://github.com/haskell-CI/haskell-ci
1010
#
11-
# version: 0.19.20241114
11+
# version: 0.19.20250115
1212
#
13-
# REGENDATA ("0.19.20241114",["github","cabal.project"])
13+
# REGENDATA ("0.19.20250115",["github","cabal.project"])
1414
#
1515
name: Haskell-CI
1616
on:
@@ -76,11 +76,6 @@ jobs:
7676
compilerVersion: 8.8.4
7777
setup-method: ghcup
7878
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
8479
fail-fast: false
8580
steps:
8681
- name: apt-get install

xmonad-contrib.cabal

+3-3
Original file line numberDiff line numberDiff line change
@@ -38,7 +38,7 @@ cabal-version: 1.12
3838
build-type: Simple
3939
bug-reports: https://github.com/xmonad/xmonad-contrib/issues
4040

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
4242

4343
source-repository head
4444
type: git
@@ -80,7 +80,7 @@ library
8080
ghc-options: -Werror -Wwarn=deprecations
8181

8282
-- 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)
8484
-- don't treat unused-imports warning as errors, they may be necessary
8585
-- for compatibility with older versions of base (or other deps)
8686
ghc-options: -Wwarn=unused-imports
@@ -507,7 +507,7 @@ test-suite tests
507507
ghc-options: -Werror -Wwarn=deprecations
508508

509509
-- 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)
511511
-- don't treat unused-imports warning as errors, they may be necessary
512512
-- for compatibility with older versions of base (or other deps)
513513
ghc-options: -Wwarn=unused-imports

0 commit comments

Comments
 (0)