Clone of https://github.com/NixOS/nixpkgs.git (to stress-test knotserver)

esqueleto: fix build by skipping tests and haddock

+5 -3
+5
pkgs/development/haskell-modules/configuration-common.nix
··· 1249 # Break out of pandoc >=2.0 && <2.7 (https://github.com/pbrisbin/yesod-markdown/pull/65) 1250 yesod-markdown = doJailbreak super.yesod-markdown; 1251 1252 } // import ./configuration-tensorflow.nix {inherit pkgs haskellLib;} self super
··· 1249 # Break out of pandoc >=2.0 && <2.7 (https://github.com/pbrisbin/yesod-markdown/pull/65) 1250 yesod-markdown = doJailbreak super.yesod-markdown; 1251 1252 + # Some tests depend on a postgresql instance 1253 + # Haddock failure: https://github.com/haskell/haddock/issues/979 1254 + esqueleto = dontHaddock (dontCheck super.esqueleto); 1255 + 1256 + 1257 } // import ./configuration-tensorflow.nix {inherit pkgs haskellLib;} self super
-1
pkgs/development/haskell-modules/configuration-hackage2nix.yaml
··· 4304 - esotericbot 4305 - EsounD 4306 - espial 4307 - - esqueleto 4308 - ess 4309 - estimators 4310 - EstProgress
··· 4304 - esotericbot 4305 - EsounD 4306 - espial 4307 - ess 4308 - estimators 4309 - EstProgress
-2
pkgs/development/haskell-modules/hackage-packages.nix
··· 75042 description = "Type-safe EDSL for SQL queries on persistent backends"; 75043 license = stdenv.lib.licenses.bsd3; 75044 hydraPlatforms = stdenv.lib.platforms.none; 75045 - broken = true; 75046 }) {}; 75047 75048 "esqueleto_2_7_0" = callPackage ··· 75072 description = "Type-safe EDSL for SQL queries on persistent backends"; 75073 license = stdenv.lib.licenses.bsd3; 75074 hydraPlatforms = stdenv.lib.platforms.none; 75075 - broken = true; 75076 }) {}; 75077 75078 "ess" = callPackage
··· 75042 description = "Type-safe EDSL for SQL queries on persistent backends"; 75043 license = stdenv.lib.licenses.bsd3; 75044 hydraPlatforms = stdenv.lib.platforms.none; 75045 }) {}; 75046 75047 "esqueleto_2_7_0" = callPackage ··· 75071 description = "Type-safe EDSL for SQL queries on persistent backends"; 75072 license = stdenv.lib.licenses.bsd3; 75073 hydraPlatforms = stdenv.lib.platforms.none; 75074 }) {}; 75075 75076 "ess" = callPackage