From 053c466073fe4da98dc5181985a091aedd84bbfe Mon Sep 17 00:00:00 2001 From: Michael Alan Dorman Date: Tue, 19 Dec 2017 08:37:17 -0500 Subject: [PATCH] vector-builder: Break recursion --- pkgs/development/haskell-modules/configuration-common.nix | 1 + 1 file changed, 1 insertion(+) diff --git a/pkgs/development/haskell-modules/configuration-common.nix b/pkgs/development/haskell-modules/configuration-common.nix index 47c7af7a56dc..c8cba69cf654 100644 --- a/pkgs/development/haskell-modules/configuration-common.nix +++ b/pkgs/development/haskell-modules/configuration-common.nix @@ -64,6 +64,7 @@ self: super: { nanospec = dontCheck super.nanospec; options = dontCheck super.options; statistics = dontCheck super.statistics; + vector-builder = dontCheck super.vector-builder; # https://github.com/gilith/hol/pull/1 hol = appendPatch (doJailbreak super.hol) (pkgs.fetchpatch {