From e7180dde729dee5ade959f3b32c40c330457d322 Mon Sep 17 00:00:00 2001 From: Peter Simons Date: Sun, 22 Feb 2015 17:22:38 +0100 Subject: [PATCH] haskell-dbmigrations cannot compile its test suite. --- 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 e2c63e4b086..d4fd93ad830 100644 --- a/pkgs/development/haskell-modules/configuration-common.nix +++ b/pkgs/development/haskell-modules/configuration-common.nix @@ -572,6 +572,9 @@ self: super: { # https://github.com/tekul/jose-jwt/issues/3 jose-jwt = dontCheck super.jose-jwt; + # https://github.com/jtdaugherty/dbmigrations/issues/19 + dbmigrations = dontCheck super.dbmigrations; + } // { # Not on Hackage.