cabal-install: override native Cabal version on older compilers
This commit is contained in:
parent
374a39e598
commit
2e08ac73ca
@ -40,6 +40,9 @@ self: super: {
|
|||||||
unix = null;
|
unix = null;
|
||||||
xhtml = null;
|
xhtml = null;
|
||||||
|
|
||||||
|
# Needs Cabal 3.0.x.
|
||||||
|
cabal-install = super.cabal-install.overrideScope (self: super: { Cabal = self.Cabal_3_0_0_0; });
|
||||||
|
|
||||||
# Restricts aeson to <1.4
|
# Restricts aeson to <1.4
|
||||||
# https://github.com/purescript/purescript/pull/3537
|
# https://github.com/purescript/purescript/pull/3537
|
||||||
purescript = doJailbreak super.purescript;
|
purescript = doJailbreak super.purescript;
|
||||||
|
@ -41,6 +41,9 @@ self: super: {
|
|||||||
unix = null;
|
unix = null;
|
||||||
xhtml = null;
|
xhtml = null;
|
||||||
|
|
||||||
|
# Needs Cabal 3.0.x.
|
||||||
|
cabal-install = super.cabal-install.overrideScope (self: super: { Cabal = self.Cabal_3_0_0_0; });
|
||||||
|
|
||||||
# https://github.com/tibbe/unordered-containers/issues/214
|
# https://github.com/tibbe/unordered-containers/issues/214
|
||||||
unordered-containers = dontCheck super.unordered-containers;
|
unordered-containers = dontCheck super.unordered-containers;
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user