From 4c9c6e9223997f08b5c8e206522a4c5b6f9129db Mon Sep 17 00:00:00 2001 From: Julian Ospald Date: Wed, 9 Mar 2022 19:52:16 +0100 Subject: [PATCH] Update cabal bounds --- ghcup.cabal | 24 ++++++++++++------------ 1 file changed, 12 insertions(+), 12 deletions(-) diff --git a/ghcup.cabal b/ghcup.cabal index b9a63d0..d6a94ad 100644 --- a/ghcup.cabal +++ b/ghcup.cabal @@ -121,7 +121,7 @@ library , haskus-utils-variant ^>=3.2.1 , libarchive ^>=3.0.3.0 , lzma-static ^>=5.2.5.3 - , megaparsec >=8.0.0 && <9.1 + , megaparsec >=8.0.0 && <9.3 , mtl ^>=2.2 , optics ^>=0.4 , os-release ^>=1.0.0 @@ -236,9 +236,9 @@ executable ghcup , ghcup , haskus-utils-variant ^>=3.2.1 , libarchive ^>=3.0.3.0 - , megaparsec >=8.0.0 && <9.1 + , megaparsec >=8.0.0 && <9.3 , mtl ^>=2.2 - , optparse-applicative >=0.15.1.0 && <0.17 + , optparse-applicative >=0.15.1.0 && <0.18 , pretty ^>=1.1.3.1 , pretty-terminal ^>=0.1.0.0 , process ^>=1.6.11.0 @@ -246,8 +246,8 @@ executable ghcup , safe ^>=0.3.18 , safe-exceptions ^>=0.1 , tagsoup ^>=0.14 - , temporary ^>=1.3 , template-haskell >=2.7 && <2.18 + , temporary ^>=1.3 , text ^>=1.2.4.0 , unordered-containers ^>=0.2 , uri-bytestring ^>=0.3.2.2 @@ -270,18 +270,18 @@ executable ghcup if os(windows) cpp-options: -DIS_WINDOWS + else - build-depends: - , unix ^>=2.7 + build-depends: unix ^>=2.7 if flag(no-exe) buildable: False - if (flag(disable-upgrade)) - cpp-options: -DDISABLE_UPGRADE + if flag(disable-upgrade) + cpp-options: -DDISABLE_UPGRADE + else - other-modules: - GHCup.OptParse.Upgrade + other-modules: GHCup.OptParse.Upgrade test-suite ghcup-test type: exitcode-stdio-1.0 @@ -310,9 +310,9 @@ test-suite ghcup-test , base >=4.12 && <5 , bytestring ^>=0.10 , containers ^>=0.6 - , generic-arbitrary ^>=0.1.0 + , generic-arbitrary >=0.1.0 && <0.3 , ghcup - , hspec ^>=2.7.10 + , hspec >=2.7.10 && <2.10 , hspec-golden-aeson ^>=0.9 , QuickCheck ^>=2.14.1 , quickcheck-arbitrary-adt ^>=0.3.1.0