From fa0c4af831421e50c54fa5e70c4043e64e99d2d0 Mon Sep 17 00:00:00 2001 From: cydparser Date: Sat, 14 Oct 2023 15:59:55 -0700 Subject: [PATCH] Remove older GHCs from CI --- .github/workflows/haskell-ci.yml | 20 -------------------- io-streams.cabal | 7 ------- 2 files changed, 27 deletions(-) diff --git a/.github/workflows/haskell-ci.yml b/.github/workflows/haskell-ci.yml index d864137..d4214d9 100644 --- a/.github/workflows/haskell-ci.yml +++ b/.github/workflows/haskell-ci.yml @@ -72,26 +72,6 @@ jobs: compilerVersion: 8.6.5 setup-method: hvr-ppa allow-failure: false - - compiler: ghc-8.4.4 - compilerKind: ghc - compilerVersion: 8.4.4 - setup-method: hvr-ppa - allow-failure: false - - compiler: ghc-8.2.2 - compilerKind: ghc - compilerVersion: 8.2.2 - setup-method: hvr-ppa - allow-failure: false - - compiler: ghc-8.0.2 - compilerKind: ghc - compilerVersion: 8.0.2 - setup-method: hvr-ppa - allow-failure: false - - compiler: ghc-7.10.3 - compilerKind: ghc - compilerVersion: 7.10.3 - setup-method: hvr-ppa - allow-failure: false fail-fast: false steps: - name: apt diff --git a/io-streams.cabal b/io-streams.cabal index 69296b1..f51bfa4 100644 --- a/io-streams.cabal +++ b/io-streams.cabal @@ -16,13 +16,6 @@ Tested-With: GHC == 8.10.7 GHC == 8.8.4 GHC == 8.6.5 - GHC == 8.4.4 - GHC == 8.2.2 - GHC == 8.0.2 - GHC == 7.10.3 - -- GHC == 7.8.4 - -- GHC == 7.6.3 - -- GHC == 7.4.2 Bug-Reports: https://github.com/snapframework/io-streams/issues Description: