Skip to content

Commit

Permalink
narrow ci
Browse files Browse the repository at this point in the history
  • Loading branch information
glguy committed Oct 16, 2023
1 parent cbe3640 commit 5622c42
Show file tree
Hide file tree
Showing 6 changed files with 5 additions and 11 deletions.
6 changes: 0 additions & 6 deletions .github/workflows/haskell-ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down Expand Up @@ -132,7 +127,6 @@ jobs:
uses: actions/checkout@v3
with:
path: source
submodules: "true"
- name: initial cabal.project for sdist
run: |
touch cabal.project
Expand Down
2 changes: 1 addition & 1 deletion asmprog/asmprog.cabal
Original file line number Diff line number Diff line change
Expand Up @@ -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: .
Expand Down
2 changes: 1 addition & 1 deletion common/advent.cabal
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down
2 changes: 1 addition & 1 deletion intcode
2 changes: 1 addition & 1 deletion knothash/knothash.cabal
Original file line number Diff line number Diff line change
Expand Up @@ -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: .
Expand Down
2 changes: 1 addition & 1 deletion solutions/solutions.cabal
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit 5622c42

Please sign in to comment.