diff --git a/ghcup-gen/ghcup-gen.cabal b/ghcup-gen/ghcup-gen.cabal index 9efa324..2550412 100644 --- a/ghcup-gen/ghcup-gen.cabal +++ b/ghcup-gen/ghcup-gen.cabal @@ -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 @@ -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