From c08f9101da0c3e5980909143041bc194c4aecee9 Mon Sep 17 00:00:00 2001 From: John Ky Date: Fri, 9 Feb 2024 16:44:01 +1100 Subject: [PATCH] Update upper bounds --- .github/workflows/ci.yml | 2 +- cabal-cache.cabal | 24 ++++++++++++------------ 2 files changed, 13 insertions(+), 13 deletions(-) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 310de75..fdf9b32 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -17,7 +17,7 @@ jobs: strategy: fail-fast: false matrix: - ghc: ["9.4.6", "9.2.8", "8.10.7"] + ghc: ["9.4.8", "9.2.8", "8.10.7"] os: [ubuntu-latest, windows-latest] include: - ghc: "8.10.7" diff --git a/cabal-cache.cabal b/cabal-cache.cabal index 3ec1172..0c71c43 100644 --- a/cabal-cache.cabal +++ b/cabal-cache.cabal @@ -11,7 +11,7 @@ author: John Ky maintainer: newhoggy@gmail.com copyright: John Ky 2019-2023 category: Development -tested-with: GHC == 9.4.6, GHC == 9.2.8, GHC == 8.10.7 +tested-with: GHC == 9.4.8, GHC == 9.2.8, GHC == 8.10.7 extra-source-files: README.md source-repository head @@ -20,24 +20,24 @@ source-repository head common base { build-depends: base >= 4.7 && < 5 } -common aeson { build-depends: aeson >= 1.4.2.0 && < 2.2 } +common aeson { build-depends: aeson >= 2 && < 2.3 } common amazonka { build-depends: amazonka >= 2 && < 3 } common amazonka-core { build-depends: amazonka-core >= 2 && < 3 } common amazonka-s3 { build-depends: amazonka-s3 >= 2 && < 3 } common attoparsec { build-depends: attoparsec >= 0.14 && < 0.15 } -common bytestring { build-depends: bytestring >= 0.10.8.2 && < 0.12 } +common bytestring { build-depends: bytestring >= 0.10.8.2 && < 0.13 } common cabal-install-parsers { build-depends: cabal-install-parsers >= 0.6.1 && < 0.7 } common conduit-extra { build-depends: conduit-extra >= 1.3.1.1 && < 1.4 } common containers { build-depends: containers >= 0.6.0.1 && < 0.7 } common cryptonite { build-depends: cryptonite >= 0.25 && < 1 } -common deepseq { build-depends: deepseq >= 1.4.4.0 && < 1.5 } +common deepseq { build-depends: deepseq >= 1.4.4.0 && < 1.6 } common directory { build-depends: directory >= 1.3.3.0 && < 1.4 } common exceptions { build-depends: exceptions >= 0.10.1 && < 0.11 } -common filepath { build-depends: filepath >= 1.3 && < 1.5 } +common filepath { build-depends: filepath >= 1.3 && < 1.6 } common generic-lens { build-depends: generic-lens >= 1.1.0.0 && < 2.3 } common Glob { build-depends: Glob >= 0.10.2 && < 0.11 } -common hedgehog { build-depends: hedgehog >= 1.0 && < 1.3 } -common hedgehog-extras { build-depends: hedgehog-extras >= 0.4 && < 0.5 } +common hedgehog { build-depends: hedgehog >= 1.0 && < 1.5 } +common hedgehog-extras { build-depends: hedgehog-extras >= 0.4 && < 0.7 } common hspec { build-depends: hspec >= 2.4 && < 3 } common http-client { build-depends: http-client >= 0.5.14 && < 0.8 } common http-client-tls { build-depends: http-client-tls >= 0.3 && < 0.4 } @@ -48,22 +48,22 @@ common lens { build-depends: lens common mtl { build-depends: mtl >= 2.2.2 && < 2.4 } common network-uri { build-depends: network-uri >= 2.6.4.1 && < 2.8 } common oops { build-depends: oops >= 0.2 && < 0.3 } -common optparse-applicative { build-depends: optparse-applicative >= 0.14 && < 0.18 } +common optparse-applicative { build-depends: optparse-applicative >= 0.14 && < 0.19 } common process { build-depends: process >= 1.6.5.0 && < 1.7 } common raw-strings-qq { build-depends: raw-strings-qq >= 1.1 && < 2 } common relation { build-depends: relation >= 0.5 && < 0.6 } common resourcet { build-depends: resourcet >= 1.2.2 && < 1.4 } -common selective { build-depends: selective >= 0.1.0 && < 0.6 } +common selective { build-depends: selective >= 0.1.0 && < 0.8 } common stm { build-depends: stm >= 2.5.0.0 && < 3 } common stringsearch { build-depends: stringsearch >= 0.3.6.6 && < 0.4 } -common tar { build-depends: tar >= 0.5.1.0 && < 0.6 } +common tar { build-depends: tar >= 0.5.1.0 && < 0.7 } common temporary { build-depends: temporary >= 1.3 && < 1.4 } -common text { build-depends: text >= 1.2.3.1 && < 2.1 } +common text { build-depends: text >= 1.2.3.1 && < 2.2 } common time { build-depends: time >= 1.4 && < 1.13 } common topograph { build-depends: topograph >= 1 && < 2 } common transformers { build-depends: transformers >= 0.5.6.2 && < 0.7 } common unliftio { build-depends: unliftio >= 0.2.10 && < 0.3 } -common zlib { build-depends: zlib >= 0.6.2 && < 0.7 } +common zlib { build-depends: zlib >= 0.6.2 && < 0.8 } common project-config default-language: Haskell2010