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-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-8.8.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-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 2db51bbbfc4e..6b6a40cc8dc7 100644
--- a/pkgs/development/haskell-modules/configuration-ghc-8.8.x.nix
+++ b/pkgs/development/haskell-modules/configuration-ghc-8.8.x.nix
@@ -50,7 +50,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_2_0;
+    Cabal = self.Cabal_3_6_3_0;
   });
 
   # Ignore overly restrictive upper version bounds.
@@ -97,7 +97,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_2_0; });
+  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; };