From 03f9f0f8015df96f2b1f2674e25066127d2e43c4 Mon Sep 17 00:00:00 2001 From: Peter Simons Date: Thu, 6 Aug 2015 17:29:03 +0200 Subject: [PATCH] haskell-getopt-generics: don't run broken test suite --- 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 a3f6f3fb3585..d2b99ea77f8a 100644 --- a/pkgs/development/haskell-modules/configuration-common.nix +++ b/pkgs/development/haskell-modules/configuration-common.nix @@ -303,6 +303,7 @@ self: super: { dbmigrations = dontCheck super.dbmigrations; euler = dontCheck super.euler; # https://github.com/decomputed/euler/issues/1 filestore = dontCheck super.filestore; + getopt-generics = dontCheck super.getopt-generics; graceful = dontCheck super.graceful; hakyll = dontCheck super.hakyll; Hclip = dontCheck super.Hclip;