From 75b79fb5dbec67a12124ca58a9ffd9fcaea7c373 Mon Sep 17 00:00:00 2001 From: Jonathan Curran Date: Wed, 29 Nov 2017 15:47:44 -0700 Subject: [PATCH] Use override instead of overrideScope --- pkgs/development/haskell-modules/configuration-common.nix | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/pkgs/development/haskell-modules/configuration-common.nix b/pkgs/development/haskell-modules/configuration-common.nix index 6d6c38a2a77..84df4d1f0c4 100644 --- a/pkgs/development/haskell-modules/configuration-common.nix +++ b/pkgs/development/haskell-modules/configuration-common.nix @@ -454,9 +454,9 @@ self: super: { threads = dontCheck super.threads; # https://github.com/NixOS/nixpkgs/issues/32138 - purescript = super.purescript.overrideScope (self: super: { + purescript = super.purescript.override { optparse-applicative = self.optparse-applicative_0_14_0_0; - }); + }; # Missing module. rematch = dontCheck super.rematch; # https://github.com/tcrayford/rematch/issues/5