Skip to content

Commit

Permalink
Merge pull request #11 from xmonad/haskell-ci-update
Browse files Browse the repository at this point in the history
ci: Regenerate haskell-ci
  • Loading branch information
liskin committed Jan 17, 2024
2 parents 0b94ac9 + b39cf15 commit fb48b66
Show file tree
Hide file tree
Showing 3 changed files with 7 additions and 7 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/haskell-ci-hackage.patch
Original file line number Diff line number Diff line change
Expand Up @@ -42,9 +42,9 @@ set in GitHub repository secrets.
setup-method: ghcup
allow-failure: false
+ upload: true
- compiler: ghc-9.6.3
- compiler: ghc-9.6.4
compilerKind: ghc
compilerVersion: 9.6.3
compilerVersion: 9.6.4
@@ -257,6 +265,10 @@
- name: haddock
run: |
Expand Down
8 changes: 4 additions & 4 deletions .github/workflows/haskell-ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -8,9 +8,9 @@
#
# For more information, see https://github.com/haskell-CI/haskell-ci
#
# version: 0.17.20231203
# version: 0.17.20240109
#
# REGENDATA ("0.17.20231203",["github","cabal.project"])
# REGENDATA ("0.17.20240109",["github","cabal.project"])
#
name: Haskell-CI
on:
Expand Down Expand Up @@ -41,9 +41,9 @@ jobs:
setup-method: ghcup
allow-failure: false
upload: true
- compiler: ghc-9.6.3
- compiler: ghc-9.6.4
compilerKind: ghc
compilerVersion: 9.6.3
compilerVersion: 9.6.4
setup-method: ghcup
allow-failure: false
- compiler: ghc-9.4.8
Expand Down
2 changes: 1 addition & 1 deletion X11-xft.cabal
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ description: A Haskell bindings to the X Font library. With it, Haskell X11
fonts with anti-aliasing and subpixel rendering. The bindings
also provide minimal bindings to Xrender parts.
build-type: Simple
tested-with: GHC == 8.0.2 || == 8.2.2 || == 8.4.4 || == 8.6.5 || == 8.8.4 || == 8.10.7 || == 9.0.2 || == 9.2.8 || == 9.4.8 || == 9.6.3 || == 9.8.1
tested-with: GHC == 8.0.2 || == 8.2.2 || == 8.4.4 || == 8.6.5 || == 8.8.4 || == 8.10.7 || == 9.0.2 || == 9.2.8 || == 9.4.8 || == 9.6.4 || == 9.8.1
extra-source-files: CHANGES.md
README.md

Expand Down

0 comments on commit fb48b66

Please sign in to comment.