From 5622c42c12ddbb146135906c3dba1e8d03591731 Mon Sep 17 00:00:00 2001 From: Eric Mertens Date: Mon, 16 Oct 2023 16:26:35 -0700 Subject: [PATCH] narrow ci --- .github/workflows/haskell-ci.yml | 6 ------ asmprog/asmprog.cabal | 2 +- common/advent.cabal | 2 +- intcode | 2 +- knothash/knothash.cabal | 2 +- solutions/solutions.cabal | 2 +- 6 files changed, 5 insertions(+), 11 deletions(-) diff --git a/.github/workflows/haskell-ci.yml b/.github/workflows/haskell-ci.yml index 6cdb3ed..f5644d6 100644 --- a/.github/workflows/haskell-ci.yml +++ b/.github/workflows/haskell-ci.yml @@ -38,11 +38,6 @@ jobs: compilerVersion: 9.4.7 setup-method: ghcup allow-failure: false - - compiler: ghc-9.2.8 - compilerKind: ghc - compilerVersion: 9.2.8 - setup-method: ghcup - allow-failure: false fail-fast: false steps: - name: apt @@ -132,7 +127,6 @@ jobs: uses: actions/checkout@v3 with: path: source - submodules: "true" - name: initial cabal.project for sdist run: | touch cabal.project diff --git a/asmprog/asmprog.cabal b/asmprog/asmprog.cabal index 3f3de5a..c955d09 100644 --- a/asmprog/asmprog.cabal +++ b/asmprog/asmprog.cabal @@ -11,7 +11,7 @@ author: Eric Mertens maintainer: emertens@gmail.com copyright: 2021 Eric Mertens build-type: Simple -Tested-With: GHC ==9.2.8, GHC ==9.4.7, GHC ==9.6.3 +Tested-With: GHC ==9.4.7, GHC ==9.6.3 library hs-source-dirs: . diff --git a/common/advent.cabal b/common/advent.cabal index 7a98c5b..de7c4ff 100644 --- a/common/advent.cabal +++ b/common/advent.cabal @@ -13,7 +13,7 @@ copyright: 2021 Eric Mertens homepage: https://github.com/glguy/advent bug-reports: https://github.com/glguy/advent/issues build-type: Simple -Tested-With: GHC ==9.2.8, GHC ==9.4.7, GHC ==9.6.3 +Tested-With: GHC ==9.4.7, GHC ==9.6.3 source-repository head type: git diff --git a/intcode b/intcode index b0658f3..4407c37 160000 --- a/intcode +++ b/intcode @@ -1 +1 @@ -Subproject commit b0658f39f2e37b1e8d3e959c847a0427a2378727 +Subproject commit 4407c379ba1a08c211c63513a2aa91d60e0720a1 diff --git a/knothash/knothash.cabal b/knothash/knothash.cabal index eca7caf..b4b3b32 100644 --- a/knothash/knothash.cabal +++ b/knothash/knothash.cabal @@ -10,7 +10,7 @@ author: Eric Mertens maintainer: emertens@gmail.com copyright: 2021 Eric Mertens build-type: Simple -Tested-With: GHC ==9.2.8, GHC ==9.4.7, GHC ==9.6.3 +Tested-With: GHC ==9.4.7, GHC ==9.6.3 library hs-source-dirs: . diff --git a/solutions/solutions.cabal b/solutions/solutions.cabal index 146a410..d96becf 100644 --- a/solutions/solutions.cabal +++ b/solutions/solutions.cabal @@ -13,7 +13,7 @@ copyright: 2021 Eric Mertens homepage: https://github.com/glguy/advent2021 bug-reports: https://github.com/glguy/advent2021/issues build-type: Simple -Tested-With: GHC ==9.2.8, GHC ==9.4.7, GHC ==9.6.3 +Tested-With: GHC ==9.4.7, GHC ==9.6.3 source-repository head type: git