default.nix: rm neat-interpolation override

This commit is contained in:
Anton-Latukha 2020-12-02 17:01:31 +02:00
parent 92fe5496ee
commit ee24f93a8b
No known key found for this signature in database
GPG Key ID: 3D84C07E91802E41
1 changed files with 0 additions and 5 deletions

View File

@ -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