about 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>2022-03-08 13:45:33 +0100
committersternenseemann <sternenseemann@systemli.org>2022-03-08 13:57:59 +0100
commit33f275b4c21770e29ae515868463a75881e9b1ef (patch)
treecec1340f7a556a18f0d93f8b7a72c974473e94b0 /pkgs/development/haskell-modules/configuration-ghc-9.0.x.nix
parenta01d73f1a693c90ae86197dbc787bd277adf9cfe (diff)
downloadnixlib-33f275b4c21770e29ae515868463a75881e9b1ef.tar
nixlib-33f275b4c21770e29ae515868463a75881e9b1ef.tar.gz
nixlib-33f275b4c21770e29ae515868463a75881e9b1ef.tar.bz2
nixlib-33f275b4c21770e29ae515868463a75881e9b1ef.tar.lz
nixlib-33f275b4c21770e29ae515868463a75881e9b1ef.tar.xz
nixlib-33f275b4c21770e29ae515868463a75881e9b1ef.tar.zst
nixlib-33f275b4c21770e29ae515868463a75881e9b1ef.zip
all-cabal-hashes: 2022-03-03T10:08:52Z -> 2022-03-08T11:03:28Z
* Regenerate package set

* Adjust overrides for upgrades of ghc-lib* and Cabal.
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 7f0beb4fc4ad..f36c77d636a7 100644
--- a/pkgs/development/haskell-modules/configuration-ghc-9.0.x.nix
+++ b/pkgs/development/haskell-modules/configuration-ghc-9.0.x.nix
@@ -44,7 +44,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_2_0;
+    Cabal = self.Cabal_3_6_3_0;
   });
 
   # Jailbreaks & Version Updates