Skip to content

Commit

Permalink
Loosen up bounds for deps, same as ghcup
Browse files Browse the repository at this point in the history
  • Loading branch information
dfordivam committed Jan 3, 2025
1 parent 3b0126c commit 84e5e15
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions ghcup-gen/ghcup-gen.cabal
Original file line number Diff line number Diff line change
Expand Up @@ -47,14 +47,14 @@ executable ghcup-gen
build-depends:
, aeson-pretty ^>=0.8.9
, base >=4.13 && <5
, bytestring ^>=0.11
, bytestring ^>=0.11 || ^>=0.12
, containers ^>=0.6
, deepseq ^>=1.4
, deepseq ^>=1.4 || ^>=1.5
, filepath >=1.4.101.0
, ghcup ^>=0.1.19.0
, variant ^>=1.0
, libarchive ^>=3.0.3.0
, megaparsec >=8.0.0 && <9.3
, megaparsec >=8.0.0 && <9.8
, mtl ^>=2.2 || ^>=2.3
, optics ^>=0.4
, optparse-applicative >=0.15.1.0 && <0.18
Expand All @@ -63,7 +63,7 @@ executable ghcup-gen
, regex-posix ^>=0.96
, resourcet ^>=1.2.2 || ^>=1.3
, safe-exceptions ^>=0.1
, text ^>=2.0
, text ^>=2.0 || ^>=2.1
, transformers ^>=0.5 || ^>=0.6
, versions >=6.0.5 && <6.1
, yaml ^>=0.11.11.2

0 comments on commit 84e5e15

Please sign in to comment.