haskell-modules/default.nix: this line of code is invalid but wasn't causing harm thanks to non-strictness

This commit is contained in:
obadz
2015-08-06 11:09:47 +01:00
parent 2f97de9191
commit 23f5a23ec7
@@ -3,8 +3,6 @@
, overrides ? (self: super: {})
}:
with ./lib.nix;
let
fix = f: let x = f x // { __unfix__ = f; }; in x;