cabal-install: drop obsolete overrides
This commit is contained in:
parent
a5d5d03a97
commit
6372613259
|
@ -32,9 +32,8 @@ self: super: {
|
||||||
# compiled on Linux. We provide the name to avoid evaluation errors.
|
# compiled on Linux. We provide the name to avoid evaluation errors.
|
||||||
unbuildable = throw "package depends on meta package 'unbuildable'";
|
unbuildable = throw "package depends on meta package 'unbuildable'";
|
||||||
|
|
||||||
# cabal-install needs Cabal 2.x. hackage-security's test suite does not compile with
|
# hackage-security's test suite does not compile with Cabal 2.x.
|
||||||
# Cabal 2.x, though. See https://github.com/haskell/hackage-security/issues/188.
|
# See https://github.com/haskell/hackage-security/issues/188.
|
||||||
cabal-install = super.cabal-install.overrideScope (self: super: { Cabal = self.Cabal_2_0_1_1; });
|
|
||||||
hackage-security = dontCheck super.hackage-security;
|
hackage-security = dontCheck super.hackage-security;
|
||||||
|
|
||||||
# Link statically to avoid runtime dependency on GHC.
|
# Link statically to avoid runtime dependency on GHC.
|
||||||
|
|
Loading…
Reference in New Issue