tangled
alpha
login
or
join now
tjh.dev
/
nixpkgs
Clone of https://github.com/NixOS/nixpkgs.git (to stress-test knotserver)
0
fork
atom
overview
issues
pulls
pipelines
esqueleto: fix build by skipping tests and haddock
Pascal Wittmann
6 years ago
a3bedc41
324a831c
+5
-3
3 changed files
expand all
collapse all
unified
split
pkgs
development
haskell-modules
configuration-common.nix
configuration-hackage2nix.yaml
hackage-packages.nix
+5
pkgs/development/haskell-modules/configuration-common.nix
···
1249
1249
# Break out of pandoc >=2.0 && <2.7 (https://github.com/pbrisbin/yesod-markdown/pull/65)
1250
1250
yesod-markdown = doJailbreak super.yesod-markdown;
1251
1251
1252
1252
+
# Some tests depend on a postgresql instance
1253
1253
+
# Haddock failure: https://github.com/haskell/haddock/issues/979
1254
1254
+
esqueleto = dontHaddock (dontCheck super.esqueleto);
1255
1255
+
1256
1256
+
1252
1257
} // import ./configuration-tensorflow.nix {inherit pkgs haskellLib;} self super
-1
pkgs/development/haskell-modules/configuration-hackage2nix.yaml
···
4304
4304
- esotericbot
4305
4305
- EsounD
4306
4306
- espial
4307
4307
-
- esqueleto
4308
4307
- ess
4309
4308
- estimators
4310
4309
- EstProgress
-2
pkgs/development/haskell-modules/hackage-packages.nix
···
75042
75042
description = "Type-safe EDSL for SQL queries on persistent backends";
75043
75043
license = stdenv.lib.licenses.bsd3;
75044
75044
hydraPlatforms = stdenv.lib.platforms.none;
75045
75045
-
broken = true;
75046
75045
}) {};
75047
75046
75048
75047
"esqueleto_2_7_0" = callPackage
···
75072
75071
description = "Type-safe EDSL for SQL queries on persistent backends";
75073
75072
license = stdenv.lib.licenses.bsd3;
75074
75073
hydraPlatforms = stdenv.lib.platforms.none;
75075
75075
-
broken = true;
75076
75074
}) {};
75077
75075
75078
75076
"ess" = callPackage