Skip to content

Commit

Permalink
Relax base bound
Browse files Browse the repository at this point in the history
  • Loading branch information
TeofilC authored Nov 5, 2024
1 parent 801491c commit f473b3a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion weeder.cabal
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@ 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.21
, bytestring ^>= 0.10.9.0 || ^>= 0.11.0.0 || ^>= 0.12.0.2
, containers ^>= 0.6.2.1
, directory ^>= 1.3.3.2
Expand Down

0 comments on commit f473b3a

Please sign in to comment.