haskell-cabal-fmt: overriding Cabal-3.2 is unnecessary for ghc-8.10.x and beyond
This commit is contained in:
parent
330227bc6c
commit
fbc0845f28
@ -1311,9 +1311,6 @@ self: super: {
|
|||||||
'';
|
'';
|
||||||
});
|
});
|
||||||
|
|
||||||
# cabal-fmt requires Cabal3
|
|
||||||
cabal-fmt = super.cabal-fmt.override { Cabal = self.Cabal_3_2_0_0; };
|
|
||||||
|
|
||||||
# Several gtk2hs-provided packages at v0.13.8.0 fail to build on Darwin
|
# Several gtk2hs-provided packages at v0.13.8.0 fail to build on Darwin
|
||||||
# until we pick up https://github.com/gtk2hs/gtk2hs/pull/293 so apply that
|
# until we pick up https://github.com/gtk2hs/gtk2hs/pull/293 so apply that
|
||||||
# patch here. That single patch is for the gtk2hs super-repo, out of which
|
# patch here. That single patch is for the gtk2hs super-repo, out of which
|
||||||
|
@ -106,4 +106,7 @@ self: super: {
|
|||||||
# The package needs the latest Cabal version.
|
# The package needs the latest Cabal version.
|
||||||
cabal-install-parsers = super.cabal-install-parsers.overrideScope (self: super: { Cabal = self.Cabal_3_2_0_0; });
|
cabal-install-parsers = super.cabal-install-parsers.overrideScope (self: super: { Cabal = self.Cabal_3_2_0_0; });
|
||||||
|
|
||||||
|
# cabal-fmt requires Cabal3
|
||||||
|
cabal-fmt = super.cabal-fmt.override { Cabal = self.Cabal_3_2_0_0; };
|
||||||
|
|
||||||
}
|
}
|
||||||
|
Loading…
x
Reference in New Issue
Block a user