From cef0089ab2a48b117f0625d7d8675e21df88e9a5 Mon Sep 17 00:00:00 2001 From: Peter Simons Date: Thu, 27 Aug 2020 14:41:09 +0200 Subject: [PATCH] haskell-haskeline: update overrides for the new 0.8.1.0 version --- pkgs/development/haskell-modules/configuration-common.nix | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/pkgs/development/haskell-modules/configuration-common.nix b/pkgs/development/haskell-modules/configuration-common.nix index 093480c85bb8..3e659f8a2cc6 100644 --- a/pkgs/development/haskell-modules/configuration-common.nix +++ b/pkgs/development/haskell-modules/configuration-common.nix @@ -925,7 +925,7 @@ self: super: { super.dhall-nix.overrideScope (self: super: { dhall = super.dhall_1_34_0; repline = self.repline_0_4_0_0; - haskeline = self.haskeline_0_8_0_0; + haskeline = self.haskeline_0_8_1_0; })); # https://github.com/haskell-hvr/netrc/pull/2#issuecomment-469526558 @@ -1421,12 +1421,12 @@ self: super: { }); # Testsuite trying to run `which haskeline-examples-Test` - haskeline_0_8_0_0 = dontCheck super.haskeline_0_8_0_0; + haskeline_0_8_1_0 = dontCheck super.haskeline_0_8_1_0; # Requires repline 0.4 which is the default only for ghc8101, override for the rest zre = super.zre.override { repline = self.repline_0_4_0_0.override { - haskeline = self.haskeline_0_8_0_0; + haskeline = self.haskeline_0_8_1_0; }; };