esqueleto: fix build by skipping tests and haddock

This commit is contained in:
Pascal Wittmann
2019-05-02 20:14:15 +02:00
parent 324a831cd9
commit a3bedc41ea
3 changed files with 5 additions and 3 deletions

View File

@@ -1249,4 +1249,9 @@ self: super: {
# Break out of pandoc >=2.0 && <2.7 (https://github.com/pbrisbin/yesod-markdown/pull/65)
yesod-markdown = doJailbreak super.yesod-markdown;
# Some tests depend on a postgresql instance
# Haddock failure: https://github.com/haskell/haddock/issues/979
esqueleto = dontHaddock (dontCheck super.esqueleto);
} // import ./configuration-tensorflow.nix {inherit pkgs haskellLib;} self super

View File

@@ -4304,7 +4304,6 @@ broken-packages:
- esotericbot
- EsounD
- espial
- esqueleto
- ess
- estimators
- EstProgress

View File

@@ -75042,7 +75042,6 @@ self: {
description = "Type-safe EDSL for SQL queries on persistent backends";
license = stdenv.lib.licenses.bsd3;
hydraPlatforms = stdenv.lib.platforms.none;
broken = true;
}) {};
"esqueleto_2_7_0" = callPackage
@@ -75072,7 +75071,6 @@ self: {
description = "Type-safe EDSL for SQL queries on persistent backends";
license = stdenv.lib.licenses.bsd3;
hydraPlatforms = stdenv.lib.platforms.none;
broken = true;
}) {};
"ess" = callPackage