Skip to content

Commit ee24f93

Browse files
committed
default.nix: rm neat-interpolation override
1 parent 92fe549 commit ee24f93

File tree

1 file changed

+0
-5
lines changed

1 file changed

+0
-5
lines changed

default.nix

Lines changed: 0 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -223,11 +223,6 @@ let
223223
root = packageRoot;
224224

225225
overrides = self: super: {
226-
# 2020-06-26 Due to a behaviour change in neat-interpolation-0.4, we
227-
# require n-i >= 0.4. dontCheck helps us avoid conflicts with
228-
# neat-interpolation's test dependencies.
229-
neat-interpolation = pkgs.haskell.lib.dontCheck super.neat-interpolation_0_5_1_2;
230-
231226
# 2020-07-23 hnix uses multiple functions that are unavailable in
232227
# data-fix < 0.3.
233228
data-fix = haskellPackages.callPackage

0 commit comments

Comments
 (0)