From 23f5a23ec7251a54918d00aa996bfffcb6b72d3b Mon Sep 17 00:00:00 2001 From: obadz Date: Wed, 5 Aug 2015 20:42:33 +0100 Subject: [PATCH] haskell-modules/default.nix: this line of code is invalid but wasn't causing harm thanks to non-strictness --- pkgs/development/haskell-modules/default.nix | 2 -- 1 file changed, 2 deletions(-) diff --git a/pkgs/development/haskell-modules/default.nix b/pkgs/development/haskell-modules/default.nix index 04158ae8e9b..ab3ac6930b9 100644 --- a/pkgs/development/haskell-modules/default.nix +++ b/pkgs/development/haskell-modules/default.nix @@ -3,8 +3,6 @@ , overrides ? (self: super: {}) }: -with ./lib.nix; - let fix = f: let x = f x // { __unfix__ = f; }; in x;