diff options
author | Matthew Pickering <matthewtpickering@gmail.com> | 2023-01-27 16:22:35 +0000 |
---|---|---|
committer | Matthew Pickering <matthewtpickering@gmail.com> | 2023-02-01 13:18:47 +0000 |
commit | 329097fce9aa68af32fabbf0b7e8b4999b486303 (patch) | |
tree | 331ccbf4f26338318d869adfbed25473eb52713d /libraries | |
parent | adf17604bc6b3eebb66b063383156a722718c2fb (diff) | |
download | haskell-329097fce9aa68af32fabbf0b7e8b4999b486303.tar.gz |
Fixes for cabal-reinstall CI job
* Allow filepath to be reinstalled
* Bump some version bounds to allow newer versions of libraries
* Rework testing logic to avoid "install --lib" and package env files
Fixes #22344
(cherry picked from commit 7cbdaad0396cee561f125c95f3352cebabd8ed99)
Diffstat (limited to 'libraries')
-rw-r--r-- | libraries/ghc-boot/ghc-boot.cabal.in | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/libraries/ghc-boot/ghc-boot.cabal.in b/libraries/ghc-boot/ghc-boot.cabal.in index 0b1569c9cf..990f7d3adf 100644 --- a/libraries/ghc-boot/ghc-boot.cabal.in +++ b/libraries/ghc-boot/ghc-boot.cabal.in @@ -28,7 +28,7 @@ build-type: Custom extra-source-files: changelog.md custom-setup - setup-depends: base >= 3 && < 5, Cabal >= 1.6 && <3.9, directory, filepath + setup-depends: base >= 3 && < 5, Cabal >= 1.6 && <3.10, directory, filepath source-repository head type: git |