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
ff7abeabe9
commit
ef9826a13b
3 changed files with 3 additions and 5 deletions
|
@ -3858,6 +3858,7 @@ broken-packages:
|
||||||
- persistent-odbc
|
- persistent-odbc
|
||||||
- persistent-protobuf
|
- persistent-protobuf
|
||||||
- persistent-ratelimit
|
- persistent-ratelimit
|
||||||
|
- persistent-stm
|
||||||
- persistent-template-classy
|
- persistent-template-classy
|
||||||
- persistent-typed-db
|
- persistent-typed-db
|
||||||
- persistent-zookeeper
|
- persistent-zookeeper
|
||||||
|
|
|
@ -1033,7 +1033,6 @@ dont-distribute-packages:
|
||||||
- condor
|
- condor
|
||||||
- conductive-hsc3
|
- conductive-hsc3
|
||||||
- conductive-song
|
- conductive-song
|
||||||
- conduit-aeson
|
|
||||||
- conduit-throttle
|
- conduit-throttle
|
||||||
- conduit-vfs-zip
|
- conduit-vfs-zip
|
||||||
- confcrypt
|
- confcrypt
|
||||||
|
@ -3311,7 +3310,6 @@ dont-distribute-packages:
|
||||||
- regex-genex
|
- regex-genex
|
||||||
- regex-pcre-text
|
- regex-pcre-text
|
||||||
- regex-pderiv
|
- regex-pderiv
|
||||||
- regex-tdfa_1_3_2
|
|
||||||
- regex-xmlschema
|
- regex-xmlschema
|
||||||
- regexchar
|
- regexchar
|
||||||
- regexp-tries
|
- regexp-tries
|
||||||
|
@ -3534,7 +3532,6 @@ dont-distribute-packages:
|
||||||
- servant-streaming-server
|
- servant-streaming-server
|
||||||
- servant-swagger-tags
|
- servant-swagger-tags
|
||||||
- servant-to-elm
|
- servant-to-elm
|
||||||
- servant-typescript
|
|
||||||
- servant-util
|
- servant-util
|
||||||
- servant-util-beam-pg
|
- servant-util-beam-pg
|
||||||
- servant-waargonaut
|
- servant-waargonaut
|
||||||
|
|
|
@ -64788,7 +64788,6 @@ self: {
|
||||||
];
|
];
|
||||||
description = "Short description";
|
description = "Short description";
|
||||||
license = lib.licenses.bsd3;
|
license = lib.licenses.bsd3;
|
||||||
hydraPlatforms = lib.platforms.none;
|
|
||||||
}) {};
|
}) {};
|
||||||
|
|
||||||
"conduit-algorithms" = callPackage
|
"conduit-algorithms" = callPackage
|
||||||
|
@ -214879,6 +214878,8 @@ self: {
|
||||||
testHaskellDepends = [ base hspec stm temporary ];
|
testHaskellDepends = [ base hspec stm temporary ];
|
||||||
description = "STM transactions involving persistent storage";
|
description = "STM transactions involving persistent storage";
|
||||||
license = lib.licenses.bsd3;
|
license = lib.licenses.bsd3;
|
||||||
|
hydraPlatforms = lib.platforms.none;
|
||||||
|
broken = true;
|
||||||
}) {};
|
}) {};
|
||||||
|
|
||||||
"persistent-template" = callPackage
|
"persistent-template" = callPackage
|
||||||
|
@ -252240,7 +252241,6 @@ self: {
|
||||||
];
|
];
|
||||||
description = "TypeScript client generation for Servant";
|
description = "TypeScript client generation for Servant";
|
||||||
license = lib.licenses.bsd3;
|
license = lib.licenses.bsd3;
|
||||||
hydraPlatforms = lib.platforms.none;
|
|
||||||
mainProgram = "servant-typescript-exe";
|
mainProgram = "servant-typescript-exe";
|
||||||
}) {};
|
}) {};
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue