From e7b47a72fef2eb23342cd4f395ac305b8afa1ad4 Mon Sep 17 00:00:00 2001 From: sternenseemann Date: Fri, 7 Oct 2022 00:24:25 +0200 Subject: [PATCH] haskell.packages.ghc884.cabal-fmt: drop stale override It is possible to get it to work again, but a bit annoying, so probably not worth it. PRs fixing this again (if anyone needs it) will be accepted. --- pkgs/development/haskell-modules/configuration-ghc-8.8.x.nix | 3 --- 1 file changed, 3 deletions(-) diff --git a/pkgs/development/haskell-modules/configuration-ghc-8.8.x.nix b/pkgs/development/haskell-modules/configuration-ghc-8.8.x.nix index 071cdeaa5030..1c1579566a9a 100644 --- a/pkgs/development/haskell-modules/configuration-ghc-8.8.x.nix +++ b/pkgs/development/haskell-modules/configuration-ghc-8.8.x.nix @@ -110,9 +110,6 @@ self: super: { # of issues with Cabal 3.x. darcs = dontDistribute super.darcs; - # cabal-fmt requires Cabal3 - cabal-fmt = super.cabal-fmt.override { Cabal = self.Cabal_3_2_1_0; }; - # liquidhaskell does not support ghc version 8.8.x. liquid = markBroken super.liquid; liquid-base = markBroken super.liquid-base;