haskell-cabal-fmt: overriding Cabal-3.2 is unnecessary for ghc-8.10.x and beyond

This commit is contained in:
Peter Simons
2020-05-29 22:28:47 +02:00
parent 330227bc6c
commit fbc0845f28
2 changed files with 3 additions and 3 deletions
@@ -106,4 +106,7 @@ self: super: {
# 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-fmt requires Cabal3
cabal-fmt = super.cabal-fmt.override { Cabal = self.Cabal_3_2_0_0; };
}