Skip to content

Commit

Permalink
Confirm that ghc-8.0/8.2 support will require too much work or maybe …
Browse files Browse the repository at this point in the history
…even impossible. Removing from CI
  • Loading branch information
lehins committed Dec 16, 2024
1 parent f2a3f3c commit 07497e8
Show file tree
Hide file tree
Showing 4 changed files with 1 addition and 41 deletions.
2 changes: 0 additions & 2 deletions .github/workflows/haskell.yml
Original file line number Diff line number Diff line change
Expand Up @@ -28,8 +28,6 @@ jobs:
fail-fast: false
matrix:
include:
- { os: Ubuntu-latest, resolver: lts-9, ghc: "8.0.2" }
- { os: Ubuntu-latest, resolver: lts-11, ghc: "8.2.2" }
- { os: Ubuntu-latest, resolver: lts-12, ghc: "8.4.4" }
- { os: Ubuntu-latest, resolver: lts-14, ghc: "8.6.5" }
- { os: Ubuntu-latest, resolver: lts-16, ghc: "8.8.4" }
Expand Down
2 changes: 1 addition & 1 deletion Color/Color.cabal
Original file line number Diff line number Diff line change
Expand Up @@ -88,7 +88,7 @@ library
, Graphics.Color.Space.Internal
, Graphics.Color.Space.RGB.Internal
, Graphics.Color.Standard.Internal
build-depends: base >= 4.9 && < 5
build-depends: base >= 4.11 && < 5
, deepseq
, data-default-class
, vector >= 0.11
Expand Down
20 changes: 0 additions & 20 deletions stack/ghc-8.0.2.yaml

This file was deleted.

18 changes: 0 additions & 18 deletions stack/ghc-8.2.2.yaml

This file was deleted.

0 comments on commit 07497e8

Please sign in to comment.