From ee24f93a8b868e0f34d9bfe06a1ee5178f9099c0 Mon Sep 17 00:00:00 2001 From: Anton-Latukha Date: Wed, 2 Dec 2020 17:01:31 +0200 Subject: [PATCH] default.nix: rm neat-interpolation override --- default.nix | 5 ----- 1 file changed, 5 deletions(-) diff --git a/default.nix b/default.nix index 39e8062..2b1aa43 100644 --- a/default.nix +++ b/default.nix @@ -223,11 +223,6 @@ let root = packageRoot; overrides = self: super: { - # 2020-06-26 Due to a behaviour change in neat-interpolation-0.4, we - # require n-i >= 0.4. dontCheck helps us avoid conflicts with - # neat-interpolation's test dependencies. - neat-interpolation = pkgs.haskell.lib.dontCheck super.neat-interpolation_0_5_1_2; - # 2020-07-23 hnix uses multiple functions that are unavailable in # data-fix < 0.3. data-fix = haskellPackages.callPackage