haskell.packages.ghc8107.cabal-install: fix build

This commit is contained in:
sternenseemann 2022-12-23 01:14:19 +01:00
parent e6168aa481
commit d4d50ffc5c

View file

@ -53,6 +53,9 @@ self: super: {
Cabal = self.Cabal_3_8_1_0;
Cabal-syntax = self.Cabal-syntax_3_8_1_0;
process = self.process_1_6_16_0;
# Prevent dependency on doctest which causes an inconsistent dependency
# due to depending on ghc-8.10.7 (with bundled process) vs. process 1.6.16.0
vector = dontCheck super.vector;
});
cabal-install-solver = super.cabal-install-solver.overrideScope (self: super: {
Cabal = self.Cabal_3_8_1_0;