summary refs log tree commit diff
path: root/pkgs/development/haskell-modules/configuration-common.nix
diff options
context:
space:
mode:
authorMichael Alan Dorman <mdorman@ironicdesign.com>2018-09-18 06:52:28 -0400
committerPeter Simons <simons@cryp.to>2018-09-19 21:04:41 +0200
commitc5467e8f731a2db9d28c81de23758407ef58c303 (patch)
treefb6dacb8f13c5deed7f197e3f6d5d897eb1e2bd9 /pkgs/development/haskell-modules/configuration-common.nix
parent4b129a73db2e267b4c98b652f9a1313e052f431d (diff)
downloadnixlib-c5467e8f731a2db9d28c81de23758407ef58c303.tar
nixlib-c5467e8f731a2db9d28c81de23758407ef58c303.tar.gz
nixlib-c5467e8f731a2db9d28c81de23758407ef58c303.tar.bz2
nixlib-c5467e8f731a2db9d28c81de23758407ef58c303.tar.lz
nixlib-c5467e8f731a2db9d28c81de23758407ef58c303.tar.xz
nixlib-c5467e8f731a2db9d28c81de23758407ef58c303.tar.zst
nixlib-c5467e8f731a2db9d28c81de23758407ef58c303.zip
cabal-install: use newer version of Cabal library
Diffstat (limited to 'pkgs/development/haskell-modules/configuration-common.nix')
-rw-r--r--pkgs/development/haskell-modules/configuration-common.nix2
1 files changed, 1 insertions, 1 deletions
diff --git a/pkgs/development/haskell-modules/configuration-common.nix b/pkgs/development/haskell-modules/configuration-common.nix
index 0fc9a1b168e5..f78fbd9fc709 100644
--- a/pkgs/development/haskell-modules/configuration-common.nix
+++ b/pkgs/development/haskell-modules/configuration-common.nix
@@ -33,7 +33,7 @@ self: super: {
   unbuildable = throw "package depends on meta package 'unbuildable'";
 
   # Use the latest version of the Cabal library.
-  cabal-install = super.cabal-install.overrideScope (self: super: { Cabal = self.Cabal_2_2_0_1; });
+  cabal-install = super.cabal-install.overrideScope (self: super: { Cabal = self.Cabal_2_4_0_1; });
 
   # The test suite depends on old versions of tasty and QuickCheck.
   hackage-security = dontCheck super.hackage-security;