Skip to content

Commit

Permalink
Bump all dependency upper bounds (#183)
Browse files Browse the repository at this point in the history
This allows us to build with GHC 9.10.

Co-authored-by: Teo Camarasu <teofilcamarasu@gmail.com>
  • Loading branch information
georgefst and TeofilC authored Nov 5, 2024
1 parent 801491c commit 6c78e13
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions weeder.cabal
Original file line number Diff line number Diff line change
Expand Up @@ -24,13 +24,13 @@ library
build-depends:
, algebraic-graphs ^>= 0.7
, async ^>= 2.2.0
, base ^>= 4.17.0.0 || ^>= 4.18.0.0 || ^>= 4.19.0.0
, base ^>= 4.17.0.0 || ^>= 4.18.0.0 || ^>= 4.19.0.0 || ^>= 4.20.0.0
, bytestring ^>= 0.10.9.0 || ^>= 0.11.0.0 || ^>= 0.12.0.2
, containers ^>= 0.6.2.1
, containers ^>= 0.6.2.1 || ^>= 0.7
, directory ^>= 1.3.3.2
, filepath ^>= 1.4.2.1
, filepath ^>= 1.4.2.1 || ^>= 1.5
, generic-lens ^>= 2.2.0.0
, ghc ^>= 9.4 || ^>= 9.6 || ^>= 9.8
, ghc ^>= 9.4 || ^>= 9.6 || ^>= 9.8 || ^>= 9.10
, Glob ^>= 0.9 || ^>= 0.10
, lens ^>= 5.1 || ^>= 5.2 || ^>= 5.3
, mtl ^>= 2.2.2 || ^>= 2.3
Expand Down

0 comments on commit 6c78e13

Please sign in to comment.