diff --git a/.github/workflows/haskell-ci.yml b/.github/workflows/haskell-ci.yml index c1ecbaf..053790e 100644 --- a/.github/workflows/haskell-ci.yml +++ b/.github/workflows/haskell-ci.yml @@ -32,9 +32,9 @@ 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 @@ -42,14 +42,14 @@ jobs: 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 diff --git a/example-client/example-client.cabal b/example-client/example-client.cabal index edadd9f..52c09fe 100644 --- a/example-client/example-client.cabal +++ b/example-client/example-client.cabal @@ -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 diff --git a/hackage-repo-tool/hackage-repo-tool.cabal b/hackage-repo-tool/hackage-repo-tool.cabal index c34ea91..d22cad7 100644 --- a/hackage-repo-tool/hackage-repo-tool.cabal +++ b/hackage-repo-tool/hackage-repo-tool.cabal @@ -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 diff --git a/hackage-root-tool/hackage-root-tool.cabal b/hackage-root-tool/hackage-root-tool.cabal index cba18ef..bd695c7 100644 --- a/hackage-root-tool/hackage-root-tool.cabal +++ b/hackage-root-tool/hackage-root-tool.cabal @@ -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 diff --git a/hackage-security-HTTP/hackage-security-HTTP.cabal b/hackage-security-HTTP/hackage-security-HTTP.cabal index afc4f0e..64f9534 100644 --- a/hackage-security-HTTP/hackage-security-HTTP.cabal +++ b/hackage-security-HTTP/hackage-security-HTTP.cabal @@ -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 diff --git a/hackage-security-curl/hackage-security-curl.cabal b/hackage-security-curl/hackage-security-curl.cabal index 8de70ec..3b0bf81 100644 --- a/hackage-security-curl/hackage-security-curl.cabal +++ b/hackage-security-curl/hackage-security-curl.cabal @@ -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 diff --git a/hackage-security-http-client/hackage-security-http-client.cabal b/hackage-security-http-client/hackage-security-http-client.cabal index 452f9ff..ed7c158 100644 --- a/hackage-security-http-client/hackage-security-http-client.cabal +++ b/hackage-security-http-client/hackage-security-http-client.cabal @@ -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 diff --git a/hackage-security/hackage-security.cabal b/hackage-security/hackage-security.cabal index e019a9d..a765fd4 100644 --- a/hackage-security/hackage-security.cabal +++ b/hackage-security/hackage-security.cabal @@ -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 diff --git a/precompute-fileinfo/precompute-fileinfo.cabal b/precompute-fileinfo/precompute-fileinfo.cabal index 7ad5dbc..e768e29 100644 --- a/precompute-fileinfo/precompute-fileinfo.cabal +++ b/precompute-fileinfo/precompute-fileinfo.cabal @@ -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 diff --git a/stack-9.10.yaml b/stack-9.10.yaml index 6d1a0b5..a74c35f 100644 --- a/stack-9.10.yaml +++ b/stack-9.10.yaml @@ -1,4 +1,4 @@ -resolver: nightly-2025-01-05 +resolver: nightly-2025-05-05 packages: - example-client - hackage-repo-tool diff --git a/stack-9.6.yaml b/stack-9.6.yaml index fb51f51..2615f18 100644 --- a/stack-9.6.yaml +++ b/stack-9.6.yaml @@ -1,4 +1,4 @@ -resolver: lts-22.43 +resolver: lts-22.44 packages: - example-client - hackage-repo-tool diff --git a/stack-9.8.yaml b/stack-9.8.yaml index 0c20e3f..ddd292c 100644 --- a/stack-9.8.yaml +++ b/stack-9.8.yaml @@ -1,4 +1,4 @@ -resolver: lts-23.3 +resolver: lts-23.21 packages: - example-client - hackage-repo-tool diff --git a/stack.yaml b/stack.yaml index 1d0d5b7..33be736 120000 --- a/stack.yaml +++ b/stack.yaml @@ -1 +1 @@ -stack-9.4.yaml \ No newline at end of file +stack-9.6.yaml \ No newline at end of file