summary refs log tree commit diff
path: root/pkgs/development/haskell-modules/configuration-ghc-9.0.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-9.0.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-9.0.x.nix')
-rw-r--r--pkgs/development/haskell-modules/configuration-ghc-9.0.x.nix2
1 files changed, 1 insertions, 1 deletions
diff --git a/pkgs/development/haskell-modules/configuration-ghc-9.0.x.nix b/pkgs/development/haskell-modules/configuration-ghc-9.0.x.nix
index df96afc0e0c..e477440b00d 100644
--- a/pkgs/development/haskell-modules/configuration-ghc-9.0.x.nix
+++ b/pkgs/development/haskell-modules/configuration-ghc-9.0.x.nix
@@ -45,7 +45,7 @@ self: super: {
 
   # cabal-install needs more recent versions of Cabal and base16-bytestring.
   cabal-install = (doJailbreak super.cabal-install).overrideScope (self: super: {
-    Cabal = self.Cabal_3_6_1_0;
+    Cabal = self.Cabal_3_6_2_0;
   });
 
   # Jailbreaks & Version Updates