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>2021-10-12 12:51:42 +0200
committersternenseemann <sternenseemann@systemli.org>2021-10-12 12:51:49 +0200
commit2fb806dba040bddd93d87e054b88a65c42976dc4 (patch)
tree88ffe7c6a97e0325fc3de31babdcf1cd9a773494 /pkgs/development/haskell-modules/configuration-ghc-8.8.x.nix
parent21910c199d7ee8043b21a52667f2d7d0c8e00c8d (diff)
downloadnixpkgs-2fb806dba040bddd93d87e054b88a65c42976dc4.tar
nixpkgs-2fb806dba040bddd93d87e054b88a65c42976dc4.tar.gz
nixpkgs-2fb806dba040bddd93d87e054b88a65c42976dc4.tar.bz2
nixpkgs-2fb806dba040bddd93d87e054b88a65c42976dc4.tar.lz
nixpkgs-2fb806dba040bddd93d87e054b88a65c42976dc4.tar.xz
nixpkgs-2fb806dba040bddd93d87e054b88a65c42976dc4.tar.zst
nixpkgs-2fb806dba040bddd93d87e054b88a65c42976dc4.zip
haskell.packages.*: reflect Cabal minor version update
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.nix4
1 files changed, 2 insertions, 2 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 0d1efbf7119..25d8e44b454 100644
--- a/pkgs/development/haskell-modules/configuration-ghc-8.8.x.nix
+++ b/pkgs/development/haskell-modules/configuration-ghc-8.8.x.nix
@@ -51,7 +51,7 @@ self: super: {
   # cabal-install needs more recent versions of Cabal and random, but an older
   # version of base16-bytestring.
   cabal-install = super.cabal-install.overrideScope (self: super: {
-    Cabal = self.Cabal_3_6_1_0;
+    Cabal = self.Cabal_3_6_2_0;
   });
 
   # Ignore overly restrictive upper version bounds.
@@ -98,7 +98,7 @@ self: super: {
   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_1_0; });
+  cabal-install-parsers = super.cabal-install-parsers.overrideScope (self: super: { Cabal = self.Cabal_3_6_2_0; });
 
   # cabal-fmt requires Cabal3
   cabal-fmt = super.cabal-fmt.override { Cabal = self.Cabal_3_2_1_0; };