From 95814c7ef1ca578a3afe15b5b5f718a9071a0994 Mon Sep 17 00:00:00 2001 From: Peter Simons Date: Thu, 12 Feb 2015 23:09:50 +0100 Subject: [PATCH] haskell-file-location: test suite is now fixed --- pkgs/development/haskell-modules/configuration-common.nix | 3 --- 1 file changed, 3 deletions(-) diff --git a/pkgs/development/haskell-modules/configuration-common.nix b/pkgs/development/haskell-modules/configuration-common.nix index e6a72334598..ae736e0125e 100644 --- a/pkgs/development/haskell-modules/configuration-common.nix +++ b/pkgs/development/haskell-modules/configuration-common.nix @@ -465,9 +465,6 @@ self: super: { # https://github.com/bos/bloomfilter/issues/7 bloomfilter = overrideCabal super.bloomfilter (drv: { broken = !pkgs.stdenv.is64bit; }); - # https://github.com/gregwebs/FileLocation.hs/issues/13 - file-location = dontCheck super.file-location; - } // { # Not on Hackage.