Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
12 changes: 6 additions & 6 deletions .github/workflows/haskell-ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -32,24 +32,24 @@ jobs:
strategy:
matrix:
include:
- compiler: ghc-9.12.1
- compiler: ghc-9.12.2
compilerKind: ghc
compilerVersion: 9.12.1
compilerVersion: 9.12.2
setup-method: ghcup
allow-failure: false
- compiler: ghc-9.10.1
compilerKind: ghc
compilerVersion: 9.10.1
setup-method: ghcup
allow-failure: false
- compiler: ghc-9.8.2
- compiler: ghc-9.8.4
compilerKind: ghc
compilerVersion: 9.8.2
compilerVersion: 9.8.4
setup-method: ghcup
allow-failure: false
- compiler: ghc-9.6.6
- compiler: ghc-9.6.7
compilerKind: ghc
compilerVersion: 9.6.6
compilerVersion: 9.6.7
setup-method: ghcup
allow-failure: false
- compiler: ghc-9.4.8
Expand Down
6 changes: 3 additions & 3 deletions example-client/example-client.cabal
Original file line number Diff line number Diff line change
Expand Up @@ -12,10 +12,10 @@ build-type: Simple
cabal-version: >=1.10

tested-with:
GHC == 9.12.1
GHC == 9.12.2
GHC == 9.10.1
GHC == 9.8.2
GHC == 9.6.6
GHC == 9.8.4
GHC == 9.6.7
GHC == 9.4.8
GHC == 9.2.8
GHC == 9.0.2
Expand Down
6 changes: 3 additions & 3 deletions hackage-repo-tool/hackage-repo-tool.cabal
Original file line number Diff line number Diff line change
Expand Up @@ -24,10 +24,10 @@ homepage: https://github.com/haskell/hackage-security
bug-reports: https://github.com/haskell/hackage-security/issues

tested-with:
GHC == 9.12.1
GHC == 9.12.2
GHC == 9.10.1
GHC == 9.8.2
GHC == 9.6.6
GHC == 9.8.4
GHC == 9.6.7
GHC == 9.4.8
GHC == 9.2.8
GHC == 9.0.2
Expand Down
6 changes: 3 additions & 3 deletions hackage-root-tool/hackage-root-tool.cabal
Original file line number Diff line number Diff line change
Expand Up @@ -16,10 +16,10 @@ build-type: Simple
cabal-version: >=1.10

tested-with:
GHC == 9.12.1
GHC == 9.12.2
GHC == 9.10.1
GHC == 9.8.2
GHC == 9.6.6
GHC == 9.8.4
GHC == 9.6.7
GHC == 9.4.8
GHC == 9.2.8
GHC == 9.0.2
Expand Down
6 changes: 3 additions & 3 deletions hackage-security-HTTP/hackage-security-HTTP.cabal
Original file line number Diff line number Diff line change
Expand Up @@ -19,10 +19,10 @@ bug-reports: https://github.com/haskell/hackage-security/issues
build-type: Simple

tested-with:
GHC == 9.12.1
GHC == 9.12.2
GHC == 9.10.1
GHC == 9.8.2
GHC == 9.6.6
GHC == 9.8.4
GHC == 9.6.7
GHC == 9.4.8
GHC == 9.2.8
GHC == 9.0.2
Expand Down
6 changes: 3 additions & 3 deletions hackage-security-curl/hackage-security-curl.cabal
Original file line number Diff line number Diff line change
Expand Up @@ -16,10 +16,10 @@ build-type: Simple
cabal-version: >=1.10

tested-with:
GHC == 9.12.1
GHC == 9.12.2
GHC == 9.10.1
GHC == 9.8.2
GHC == 9.6.6
GHC == 9.8.4
GHC == 9.6.7
GHC == 9.4.8
GHC == 9.2.8
GHC == 9.0.2
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -16,10 +16,10 @@ cabal-version: >=1.10
extra-source-files: ChangeLog.md

tested-with:
GHC == 9.12.1
GHC == 9.12.2
GHC == 9.10.1
GHC == 9.8.2
GHC == 9.6.6
GHC == 9.8.4
GHC == 9.6.7
GHC == 9.4.8
GHC == 9.2.8
GHC == 9.0.2
Expand Down
6 changes: 3 additions & 3 deletions hackage-security/hackage-security.cabal
Original file line number Diff line number Diff line change
Expand Up @@ -31,10 +31,10 @@ bug-reports: https://github.com/haskell/hackage-security/issues
build-type: Simple

tested-with:
GHC == 9.12.1
GHC == 9.12.2
GHC == 9.10.1
GHC == 9.8.2
GHC == 9.6.6
GHC == 9.8.4
GHC == 9.6.7
GHC == 9.4.8
GHC == 9.2.8
GHC == 9.0.2
Expand Down
6 changes: 3 additions & 3 deletions precompute-fileinfo/precompute-fileinfo.cabal
Original file line number Diff line number Diff line change
Expand Up @@ -15,10 +15,10 @@ build-type: Simple
cabal-version: >=1.10

tested-with:
GHC == 9.12.1
GHC == 9.12.2
GHC == 9.10.1
GHC == 9.8.2
GHC == 9.6.6
GHC == 9.8.4
GHC == 9.6.7
GHC == 9.4.8
GHC == 9.2.8
GHC == 9.0.2
Expand Down
2 changes: 1 addition & 1 deletion stack-9.10.yaml
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
resolver: nightly-2025-01-05
resolver: nightly-2025-05-05
packages:
- example-client
- hackage-repo-tool
Expand Down
2 changes: 1 addition & 1 deletion stack-9.6.yaml
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
resolver: lts-22.43
resolver: lts-22.44
packages:
- example-client
- hackage-repo-tool
Expand Down
2 changes: 1 addition & 1 deletion stack-9.8.yaml
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
resolver: lts-23.3
resolver: lts-23.21
packages:
- example-client
- hackage-repo-tool
Expand Down
2 changes: 1 addition & 1 deletion stack.yaml