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-03-26 22:39:42 +0100
committersternenseemann <sternenseemann@systemli.org>2022-03-26 22:39:42 +0100
commit229609de1667dacbc2662b59362c76bf4e468e63 (patch)
tree4e8e62069624fdd98c58d9175f4136034d5514e9 /pkgs/development/haskell-modules/configuration-ghc-8.8.x.nix
parent3388c7684ea8d34a20e96b3f9c4bc0b4c11bb6ca (diff)
downloadnixlib-229609de1667dacbc2662b59362c76bf4e468e63.tar
nixlib-229609de1667dacbc2662b59362c76bf4e468e63.tar.gz
nixlib-229609de1667dacbc2662b59362c76bf4e468e63.tar.bz2
nixlib-229609de1667dacbc2662b59362c76bf4e468e63.tar.lz
nixlib-229609de1667dacbc2662b59362c76bf4e468e63.tar.xz
nixlib-229609de1667dacbc2662b59362c76bf4e468e63.tar.zst
nixlib-229609de1667dacbc2662b59362c76bf4e468e63.zip
haskellPackages.cabal-install-parsers: provide Cabal 3.6
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 0ff1294c1dbf..c0e9b7aab5ae 100644
--- a/pkgs/development/haskell-modules/configuration-ghc-8.8.x.nix
+++ b/pkgs/development/haskell-modules/configuration-ghc-8.8.x.nix
@@ -96,9 +96,6 @@ self: super: {
   # of issues with Cabal 3.x.
   darcs = dontDistribute super.darcs;
 
-  # The package needs the latest Cabal version.
-  cabal-install-parsers = super.cabal-install-parsers.overrideScope (self: super: { Cabal = self.Cabal_3_6_3_0; });
-
   # cabal-fmt requires Cabal3
   cabal-fmt = super.cabal-fmt.override { Cabal = self.Cabal_3_2_1_0; };