diff --git a/.github/workflows/haskell-ci.yml b/.github/workflows/haskell-ci.yml index 5344a2e..9ec5805 100644 --- a/.github/workflows/haskell-ci.yml +++ b/.github/workflows/haskell-ci.yml @@ -8,9 +8,9 @@ # # For more information, see https://github.com/haskell-CI/haskell-ci # -# version: 0.19.20250315 +# version: 0.19.20250506 # -# REGENDATA ("0.19.20250315",["github","--config=cabal.haskell-ci","cabal.project"]) +# REGENDATA ("0.19.20250506",["github","--config=cabal.haskell-ci","cabal.project"]) # name: Haskell-CI on: @@ -37,9 +37,9 @@ jobs: compilerVersion: 9.12.2 setup-method: ghcup allow-failure: false - - compiler: ghc-9.10.1 + - compiler: ghc-9.10.2 compilerKind: ghc - compilerVersion: 9.10.1 + compilerVersion: 9.10.2 setup-method: ghcup allow-failure: false - compiler: ghc-9.8.4 @@ -47,9 +47,9 @@ jobs: 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 @@ -81,12 +81,12 @@ jobs: - name: Install GHCup run: | mkdir -p "$HOME/.ghcup/bin" - curl -sL https://downloads.haskell.org/ghcup/0.1.40.0/x86_64-linux-ghcup-0.1.40.0 > "$HOME/.ghcup/bin/ghcup" + curl -sL https://downloads.haskell.org/ghcup/0.1.50.1/x86_64-linux-ghcup-0.1.50.1 > "$HOME/.ghcup/bin/ghcup" chmod a+x "$HOME/.ghcup/bin/ghcup" - name: Install cabal-install run: | - "$HOME/.ghcup/bin/ghcup" install cabal 3.12.1.0 || (cat "$HOME"/.ghcup/logs/*.* && false) - echo "CABAL=$HOME/.ghcup/bin/cabal-3.12.1.0 -vnormal+nowrap" >> "$GITHUB_ENV" + "$HOME/.ghcup/bin/ghcup" install cabal 3.14.2.0 || (cat "$HOME"/.ghcup/logs/*.* && false) + echo "CABAL=$HOME/.ghcup/bin/cabal-3.14.2.0 -vnormal+nowrap" >> "$GITHUB_ENV" - name: Install GHC (GHCup) if: matrix.setup-method == 'ghcup' run: | @@ -201,9 +201,6 @@ jobs: echo "package log-postgres" >> cabal.project echo " ghc-options: -Werror=missing-methods" >> cabal.project cat >> cabal.project <> cabal.project.local cat cabal.project diff --git a/cabal.haskell-ci b/cabal.haskell-ci index 9cdb541..022d1cb 100644 --- a/cabal.haskell-ci +++ b/cabal.haskell-ci @@ -1,5 +1,3 @@ branches: master doctest: False tests: True - -ghcup-jobs: True diff --git a/cabal.project b/cabal.project index 86f1155..3a95ff1 100644 --- a/cabal.project +++ b/cabal.project @@ -1,8 +1,3 @@ packages: log-base , log-elasticsearch , log-postgres - --- GHC 9.6 -allow-newer: *:base - , *:ghc-prim - , *:template-haskell diff --git a/log-base/CHANGELOG.md b/log-base/CHANGELOG.md index e50d4ca..f1b1539 100644 --- a/log-base/CHANGELOG.md +++ b/log-base/CHANGELOG.md @@ -1,4 +1,4 @@ -# log-base-0.12.1.0 (2025-??-??) +# log-base-0.12.1.0 (2025-06-26) * Add utility function to log unhandled exceptions. # log-base-0.12.0.1 (2023-03-14) diff --git a/log-base/log-base.cabal b/log-base/log-base.cabal index 3ca4fda..bb75e1b 100644 --- a/log-base/log-base.cabal +++ b/log-base/log-base.cabal @@ -21,7 +21,7 @@ copyright: Scrive AB category: System build-type: Simple extra-source-files: CHANGELOG.md, README.md -tested-with: GHC == { 8.10.7, 9.0.2, 9.2.8, 9.4.8, 9.6.6, 9.8.4, 9.10.1, 9.12.2 } +tested-with: GHC == { 8.10.7, 9.0.2, 9.2.8, 9.4.8, 9.6.7, 9.8.4, 9.10.2, 9.12.2 } source-repository head type: git diff --git a/log-elasticsearch/CHANGELOG.md b/log-elasticsearch/CHANGELOG.md index 3d42791..1236caf 100644 --- a/log-elasticsearch/CHANGELOG.md +++ b/log-elasticsearch/CHANGELOG.md @@ -1,6 +1,6 @@ -# log-elasticsearch-0.13.0.2 (2025-04-01) -* Switch back to `http-client-tls` by default, and add a constraint - on a more recent version. +# log-elasticsearch-0.13.0.2 (2025-06-26) +* Switch back to `http-client-tls` by default since `HsOpenSSL` is based on a + deprecated `openssl` API (soon to be removed). # log-elasticsearch-0.13.0.1 (2023-01-31) * Add support for OpenSearch. diff --git a/log-elasticsearch/log-elasticsearch.cabal b/log-elasticsearch/log-elasticsearch.cabal index 68c68a6..4efa95a 100644 --- a/log-elasticsearch/log-elasticsearch.cabal +++ b/log-elasticsearch/log-elasticsearch.cabal @@ -18,7 +18,7 @@ copyright: Scrive AB category: System build-type: Simple extra-source-files: CHANGELOG.md, README.md -tested-with: GHC == { 8.10.7, 9.0.2, 9.2.8, 9.4.8, 9.6.6, 9.8.4, 9.10.1, 9.12.2 } +tested-with: GHC == { 8.10.7, 9.0.2, 9.2.8, 9.4.8, 9.6.7, 9.8.4, 9.10.2, 9.12.2 } source-repository head type: git diff --git a/log-postgres/log-postgres.cabal b/log-postgres/log-postgres.cabal index 14aef2b..b06b576 100644 --- a/log-postgres/log-postgres.cabal +++ b/log-postgres/log-postgres.cabal @@ -18,7 +18,7 @@ copyright: Scrive AB category: System build-type: Simple extra-source-files: CHANGELOG.md, README.md -tested-with: GHC == { 8.10.7, 9.0.2, 9.2.8, 9.4.8, 9.6.6, 9.8.4, 9.10.1, 9.12.2 } +tested-with: GHC == { 8.10.7, 9.0.2, 9.2.8, 9.4.8, 9.6.7, 9.8.4, 9.10.2, 9.12.2 } Source-repository head type: git