summary refs log tree commit diff
path: root/pkgs/development/haskell-modules/configuration-ghc-8.8.x.nix
diff options
context:
space:
mode:
authorPeter Simons <simons@cryp.to>2020-10-30 14:53:45 +0100
committerPeter Simons <simons@cryp.to>2020-10-30 21:11:47 +0100
commited41afe60a75bb284ff5fe8c9038f99efa22a63f (patch)
treecefcaf60b0dab15ca5f8eedf97b7b85f95c68772 /pkgs/development/haskell-modules/configuration-ghc-8.8.x.nix
parent718aafa5f7e17e47fd8eef6c5070a58cbea20a74 (diff)
downloadnixpkgs-ed41afe60a75bb284ff5fe8c9038f99efa22a63f.tar
nixpkgs-ed41afe60a75bb284ff5fe8c9038f99efa22a63f.tar.gz
nixpkgs-ed41afe60a75bb284ff5fe8c9038f99efa22a63f.tar.bz2
nixpkgs-ed41afe60a75bb284ff5fe8c9038f99efa22a63f.tar.lz
nixpkgs-ed41afe60a75bb284ff5fe8c9038f99efa22a63f.tar.xz
nixpkgs-ed41afe60a75bb284ff5fe8c9038f99efa22a63f.tar.zst
nixpkgs-ed41afe60a75bb284ff5fe8c9038f99efa22a63f.zip
haskell: update Cabal overrides for the new 3.2.1.0 release
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.nix8
1 files changed, 4 insertions, 4 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 a2562e44527..220a8e5c207 100644
--- a/pkgs/development/haskell-modules/configuration-ghc-8.8.x.nix
+++ b/pkgs/development/haskell-modules/configuration-ghc-8.8.x.nix
@@ -53,8 +53,8 @@ self: super: {
   haddock-api = self.haddock-api_2_23_1;
 
   # These builds need Cabal 3.2.x.
-  cabal2spec = super.cabal2spec.override { Cabal = self.Cabal_3_2_0_0; };
-  cabal-install = super.cabal-install.overrideScope (self: super: { Cabal = self.Cabal_3_2_0_0; });
+  cabal2spec = super.cabal2spec.override { Cabal = self.Cabal_3_2_1_0; };
+  cabal-install = super.cabal-install.overrideScope (self: super: { Cabal = self.Cabal_3_2_1_0; });
 
   # Ignore overly restrictive upper version bounds.
   aeson-diff = doJailbreak super.aeson-diff;
@@ -109,10 +109,10 @@ self: super: {
   apply-refact = super.apply-refact_0_7_0_0;
 
   # 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_1_0; });
 
   # cabal-fmt requires Cabal3
-  cabal-fmt = super.cabal-fmt.override { Cabal = self.Cabal_3_2_0_0; };
+  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;