We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 92fe549 commit ee24f93Copy full SHA for ee24f93
default.nix
@@ -223,11 +223,6 @@ let
223
root = packageRoot;
224
225
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
-
231
# 2020-07-23 hnix uses multiple functions that are unavailable in
232
# data-fix < 0.3.
233
data-fix = haskellPackages.callPackage
0 commit comments