From 4037a43630da4306be03d31bd86359c8713c02dc Mon Sep 17 00:00:00 2001 From: Michael Alan Dorman Date: Thu, 5 Sep 2019 15:20:03 +0300 Subject: jailbreak-cabal: updated package needs updated Cabal library Only needs to be overridden for prior GHC releases. --- pkgs/development/haskell-modules/configuration-ghc-8.6.x.nix | 1 + 1 file changed, 1 insertion(+) (limited to 'pkgs/development/haskell-modules/configuration-ghc-8.6.x.nix') diff --git a/pkgs/development/haskell-modules/configuration-ghc-8.6.x.nix b/pkgs/development/haskell-modules/configuration-ghc-8.6.x.nix index 4addc834040..d2e463b123c 100644 --- a/pkgs/development/haskell-modules/configuration-ghc-8.6.x.nix +++ b/pkgs/development/haskell-modules/configuration-ghc-8.6.x.nix @@ -43,6 +43,7 @@ self: super: { # Needs Cabal 3.0.x. cabal-install = super.cabal-install.overrideScope (self: super: { Cabal = self.Cabal_3_0_0_0; }); + jailbreak-cabal = super.jailbreak-cabal.override { Cabal = self.Cabal_3_0_0_0; }; # https://github.com/tibbe/unordered-containers/issues/214 unordered-containers = dontCheck super.unordered-containers; -- cgit 1.4.1