From 24e892bd43643d8194ec9e661a0d4bce9a714573 Mon Sep 17 00:00:00 2001 From: Gregor Kleen Date: Sun, 6 Dec 2015 03:35:18 +0100 Subject: more new haskell stuff --- users/gkleen@bragi.nix | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/users/gkleen@bragi.nix b/users/gkleen@bragi.nix index fe978b08..a32fa0d1 100644 --- a/users/gkleen@bragi.nix +++ b/users/gkleen@bragi.nix @@ -33,9 +33,9 @@ overrides = self: super: let callPackage = pkgs.lib.callPackageWith ( pkgs // self ); in { - attoparsecExpr = callPackage ../custom/attoparsec-expr.nix {}; - shellMonad = callPackage ../custom/shell-monad.nix {}; - filelock = callPackage ../custom/filelock.nix {}; + # attoparsecExpr = callPackage ../custom/attoparsec-expr.nix {}; + # shellMonad = callPackage ../custom/shell-monad.nix {}; + # filelock = callPackage ../custom/filelock.nix {}; trivmix = callPackage ../custom/trivmix.nix {}; }; } -- cgit v1.2.3