haskellPackages: mark builds failing on hydra as broken
This commit has been generated by maintainers/scripts/haskell/mark-broken.sh
This commit is contained in:
parent
8d9926fe65
commit
f259654a78
3 changed files with 7 additions and 0 deletions
|
@ -3537,6 +3537,7 @@ broken-packages:
|
||||||
- pg-recorder
|
- pg-recorder
|
||||||
- pg-store
|
- pg-store
|
||||||
- pgstream
|
- pgstream
|
||||||
|
- pg-transact
|
||||||
- phasechange
|
- phasechange
|
||||||
- phaser
|
- phaser
|
||||||
- phoityne
|
- phoityne
|
||||||
|
|
|
@ -1434,6 +1434,7 @@ dont-distribute-packages:
|
||||||
- HSoundFile
|
- HSoundFile
|
||||||
- HsParrot
|
- HsParrot
|
||||||
- hspec-expectations-pretty
|
- hspec-expectations-pretty
|
||||||
|
- hspec-pg-transact
|
||||||
- hspec-setup
|
- hspec-setup
|
||||||
- hspec-shouldbe
|
- hspec-shouldbe
|
||||||
- hspec-test-sandbox
|
- hspec-test-sandbox
|
||||||
|
@ -2262,6 +2263,7 @@ dont-distribute-packages:
|
||||||
- poseidon
|
- poseidon
|
||||||
- poseidon-postgis
|
- poseidon-postgis
|
||||||
- postgresql-query
|
- postgresql-query
|
||||||
|
- postgresql-simple-queue
|
||||||
- postgresql-simple-typed
|
- postgresql-simple-typed
|
||||||
- postgresql-tx-query
|
- postgresql-tx-query
|
||||||
- postgresql-tx-squeal
|
- postgresql-tx-squeal
|
||||||
|
|
|
@ -138143,6 +138143,7 @@ self: {
|
||||||
];
|
];
|
||||||
description = "Helpers for creating database tests with hspec and pg-transact";
|
description = "Helpers for creating database tests with hspec and pg-transact";
|
||||||
license = lib.licenses.bsd3;
|
license = lib.licenses.bsd3;
|
||||||
|
hydraPlatforms = lib.platforms.none;
|
||||||
}) {};
|
}) {};
|
||||||
|
|
||||||
"hspec-server" = callPackage
|
"hspec-server" = callPackage
|
||||||
|
@ -200058,6 +200059,8 @@ self: {
|
||||||
];
|
];
|
||||||
description = "A postgresql-simple transaction monad";
|
description = "A postgresql-simple transaction monad";
|
||||||
license = lib.licenses.bsd3;
|
license = lib.licenses.bsd3;
|
||||||
|
hydraPlatforms = lib.platforms.none;
|
||||||
|
broken = true;
|
||||||
}) {};
|
}) {};
|
||||||
|
|
||||||
"pgdl" = callPackage
|
"pgdl" = callPackage
|
||||||
|
@ -206569,6 +206572,7 @@ self: {
|
||||||
testToolDepends = [ hspec-discover ];
|
testToolDepends = [ hspec-discover ];
|
||||||
description = "A PostgreSQL backed queue";
|
description = "A PostgreSQL backed queue";
|
||||||
license = lib.licenses.bsd3;
|
license = lib.licenses.bsd3;
|
||||||
|
hydraPlatforms = lib.platforms.none;
|
||||||
}) {};
|
}) {};
|
||||||
|
|
||||||
"postgresql-simple-sop" = callPackage
|
"postgresql-simple-sop" = callPackage
|
||||||
|
|
Loading…
Reference in a new issue