about summary refs log tree commit diff
path: root/pkgs/development/haskell-modules/configuration-ghc-8.8.x.nix
diff options
context:
space:
mode:
authorsternenseemann <sternenseemann@systemli.org>2022-10-07 00:24:25 +0200
committersternenseemann <sternenseemann@systemli.org>2022-10-07 00:24:25 +0200
commite7b47a72fef2eb23342cd4f395ac305b8afa1ad4 (patch)
tree4547787704fecfe58027007dcd9e89ed616483d4 /pkgs/development/haskell-modules/configuration-ghc-8.8.x.nix
parent32fc24fe8780b82609ed42ae2990ef6b42501498 (diff)
downloadnixlib-e7b47a72fef2eb23342cd4f395ac305b8afa1ad4.tar
nixlib-e7b47a72fef2eb23342cd4f395ac305b8afa1ad4.tar.gz
nixlib-e7b47a72fef2eb23342cd4f395ac305b8afa1ad4.tar.bz2
nixlib-e7b47a72fef2eb23342cd4f395ac305b8afa1ad4.tar.lz
nixlib-e7b47a72fef2eb23342cd4f395ac305b8afa1ad4.tar.xz
nixlib-e7b47a72fef2eb23342cd4f395ac305b8afa1ad4.tar.zst
nixlib-e7b47a72fef2eb23342cd4f395ac305b8afa1ad4.zip
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.
Diffstat (limited to 'pkgs/development/haskell-modules/configuration-ghc-8.8.x.nix')
-rw-r--r--pkgs/development/haskell-modules/configuration-ghc-8.8.x.nix3
1 files changed, 0 insertions, 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;