Skip to content

Commit

Permalink
Update upper bounds
Browse files Browse the repository at this point in the history
  • Loading branch information
newhoggy committed Feb 9, 2024
1 parent d27f9a6 commit c08f910
Show file tree
Hide file tree
Showing 2 changed files with 13 additions and 13 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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"
Expand Down
24 changes: 12 additions & 12 deletions cabal-cache.cabal
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ author: John Ky
maintainer: [email protected]
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
Expand All @@ -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 }
Expand All @@ -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
Expand Down

0 comments on commit c08f910

Please sign in to comment.