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-store
|
||||
- pgstream
|
||||
- pg-transact
|
||||
- phasechange
|
||||
- phaser
|
||||
- phoityne
|
||||
|
|
|
@ -1434,6 +1434,7 @@ dont-distribute-packages:
|
|||
- HSoundFile
|
||||
- HsParrot
|
||||
- hspec-expectations-pretty
|
||||
- hspec-pg-transact
|
||||
- hspec-setup
|
||||
- hspec-shouldbe
|
||||
- hspec-test-sandbox
|
||||
|
@ -2262,6 +2263,7 @@ dont-distribute-packages:
|
|||
- poseidon
|
||||
- poseidon-postgis
|
||||
- postgresql-query
|
||||
- postgresql-simple-queue
|
||||
- postgresql-simple-typed
|
||||
- postgresql-tx-query
|
||||
- postgresql-tx-squeal
|
||||
|
|
|
@ -138143,6 +138143,7 @@ self: {
|
|||
];
|
||||
description = "Helpers for creating database tests with hspec and pg-transact";
|
||||
license = lib.licenses.bsd3;
|
||||
hydraPlatforms = lib.platforms.none;
|
||||
}) {};
|
||||
|
||||
"hspec-server" = callPackage
|
||||
|
@ -200058,6 +200059,8 @@ self: {
|
|||
];
|
||||
description = "A postgresql-simple transaction monad";
|
||||
license = lib.licenses.bsd3;
|
||||
hydraPlatforms = lib.platforms.none;
|
||||
broken = true;
|
||||
}) {};
|
||||
|
||||
"pgdl" = callPackage
|
||||
|
@ -206569,6 +206572,7 @@ self: {
|
|||
testToolDepends = [ hspec-discover ];
|
||||
description = "A PostgreSQL backed queue";
|
||||
license = lib.licenses.bsd3;
|
||||
hydraPlatforms = lib.platforms.none;
|
||||
}) {};
|
||||
|
||||
"postgresql-simple-sop" = callPackage
|
||||
|
|
Loading…
Reference in a new issue