From 5c89397875f98cb8c669286ad6a8034badfc1e11 Mon Sep 17 00:00:00 2001 From: Peter Simons Date: Sat, 3 Aug 2019 11:56:39 +0000 Subject: [PATCH] stack: update overrides to use pantry rather than pantry-tmp --- pkgs/development/haskell-modules/configuration-common.nix | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pkgs/development/haskell-modules/configuration-common.nix b/pkgs/development/haskell-modules/configuration-common.nix index 6d447af96dcc..122cfb313bf0 100644 --- a/pkgs/development/haskell-modules/configuration-common.nix +++ b/pkgs/development/haskell-modules/configuration-common.nix @@ -1129,7 +1129,7 @@ self: super: { concurrent-output = self.concurrent-output_1_10_10; # needed for new ansi-terminal version hi-file-parser = dontCheck (unmarkBroken super.hi-file-parser); # Avoid depending on newer hspec versions. http-download = dontCheck (unmarkBroken super.http-download); - pantry-tmp = dontCheck (unmarkBroken super.pantry-tmp); + pantry = dontCheck (unmarkBroken super.pantry); rio = self.rio_0_1_11_0; rio-prettyprint = unmarkBroken super.rio-prettyprint; unliftio = self.unliftio_0_2_12;