From 5c268bca2e9d28b2739de91f998e7291ba799fb0 Mon Sep 17 00:00:00 2001 From: Peter Simons Date: Fri, 20 Mar 2015 11:28:13 +0100 Subject: [PATCH] haskell-locators test suite is broken. --- pkgs/development/haskell-modules/configuration-common.nix | 3 +++ 1 file changed, 3 insertions(+) diff --git a/pkgs/development/haskell-modules/configuration-common.nix b/pkgs/development/haskell-modules/configuration-common.nix index 14b0e1104d8..032bdf090f7 100644 --- a/pkgs/development/haskell-modules/configuration-common.nix +++ b/pkgs/development/haskell-modules/configuration-common.nix @@ -640,6 +640,9 @@ self: super: { nehe-tuts = dontDistribute super.nehe-tuts; netwire-input-glfw = dontDistribute super.netwire-input-glfw; + # https://github.com/afcowie/locators/issues/1 + locators = dontCheck super.locators; + } // { # Not on Hackage.