diff --git a/.github/workflows/haskell-ci.yml b/.github/workflows/haskell-ci.yml index 0023ded..f6aea14 100644 --- a/.github/workflows/haskell-ci.yml +++ b/.github/workflows/haskell-ci.yml @@ -42,9 +42,9 @@ jobs: compilerVersion: 9.8.2 setup-method: ghcup allow-failure: false - - compiler: ghc-9.6.4 + - compiler: ghc-9.6.5 compilerKind: ghc - compilerVersion: 9.6.4 + compilerVersion: 9.6.5 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 7180fe1..4be6cfd 100644 --- a/example-client/example-client.cabal +++ b/example-client/example-client.cabal @@ -14,7 +14,7 @@ cabal-version: >=1.10 tested-with: GHC == 9.10.1 GHC == 9.8.2 - GHC == 9.6.4 + GHC == 9.6.5 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 d398c48..dedb7f3 100644 --- a/hackage-repo-tool/hackage-repo-tool.cabal +++ b/hackage-repo-tool/hackage-repo-tool.cabal @@ -25,7 +25,7 @@ bug-reports: https://github.com/haskell/hackage-security/issues tested-with: GHC == 9.10.1 GHC == 9.8.2 - GHC == 9.6.4 + GHC == 9.6.5 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 0b5fd4c..2ee33db 100644 --- a/hackage-root-tool/hackage-root-tool.cabal +++ b/hackage-root-tool/hackage-root-tool.cabal @@ -18,7 +18,7 @@ cabal-version: >=1.10 tested-with: GHC == 9.10.1 GHC == 9.8.2 - GHC == 9.6.4 + GHC == 9.6.5 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 f6ef1d3..76b8205 100644 --- a/hackage-security-HTTP/hackage-security-HTTP.cabal +++ b/hackage-security-HTTP/hackage-security-HTTP.cabal @@ -20,7 +20,7 @@ build-type: Simple tested-with: GHC == 9.10.1 GHC == 9.8.2 - GHC == 9.6.4 + GHC == 9.6.5 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 54c9ed8..4a4dc16 100644 --- a/hackage-security-curl/hackage-security-curl.cabal +++ b/hackage-security-curl/hackage-security-curl.cabal @@ -18,7 +18,7 @@ cabal-version: >=1.10 tested-with: GHC == 9.10.1 GHC == 9.8.2 - GHC == 9.6.4 + GHC == 9.6.5 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 533463c..2136050 100644 --- a/hackage-security-http-client/hackage-security-http-client.cabal +++ b/hackage-security-http-client/hackage-security-http-client.cabal @@ -18,7 +18,7 @@ extra-source-files: ChangeLog.md tested-with: GHC == 9.10.1 GHC == 9.8.2 - GHC == 9.6.4 + GHC == 9.6.5 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 d538f41..67da486 100644 --- a/hackage-security/hackage-security.cabal +++ b/hackage-security/hackage-security.cabal @@ -1,6 +1,7 @@ cabal-version: 1.12 name: hackage-security version: 0.6.2.6 +x-revision: 3 synopsis: Hackage security library description: The hackage security library provides both server and @@ -33,7 +34,7 @@ build-type: Simple tested-with: GHC == 9.10.1 GHC == 9.8.2 - GHC == 9.6.4 + GHC == 9.6.5 GHC == 9.4.8 GHC == 9.2.8 GHC == 9.0.2 @@ -208,15 +209,15 @@ test-suite TestSuite Cabal-syntax < 3.7 -- dependencies exclusive to test-suite - build-depends: tasty >= 1.1.0.4 && < 1.6, + build-depends: tasty >= 1.1.0.4 && < 1.6, -- tasty-1.1.0.4 is the version in Stackage LTS 12.26 (GHC 8.4) - tasty-hunit == 0.10.*, - tasty-quickcheck == 0.10.*, - QuickCheck >= 2.11 && <2.15, - aeson >= 1.4 && < 1.6 || >= 2.0 && < 2.3, - vector >= 0.12 && <0.14, - unordered-containers >=0.2.8.0 && <0.3, - temporary >= 1.2 && < 1.4 + tasty-hunit == 0.10.*, + tasty-quickcheck >= 0.10 && < 1, + QuickCheck >= 2.11 && < 2.16, + aeson >= 1.4 && < 1.6 || >= 2.0 && < 2.3, + vector >= 0.12 && < 0.14, + unordered-containers >= 0.2.8.0 && < 0.3, + temporary >= 1.2 && < 1.4 hs-source-dirs: tests default-language: Haskell2010 diff --git a/precompute-fileinfo/precompute-fileinfo.cabal b/precompute-fileinfo/precompute-fileinfo.cabal index 0b5278d..6e92c06 100644 --- a/precompute-fileinfo/precompute-fileinfo.cabal +++ b/precompute-fileinfo/precompute-fileinfo.cabal @@ -17,7 +17,7 @@ cabal-version: >=1.10 tested-with: GHC == 9.10.1 GHC == 9.8.2 - GHC == 9.6.4 + GHC == 9.6.5 GHC == 9.4.8 GHC == 9.2.8 GHC == 9.0.2