mirror of
https://github.com/NixOS/nixpkgs.git
synced 2024-11-17 07:13:23 +01:00
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
19a763458d
commit
703882fb57
2 changed files with 15 additions and 0 deletions
|
@ -1999,6 +1999,7 @@ broken-packages:
|
|||
- hedgehog-checkers
|
||||
- hedgehog-generic
|
||||
- hedgehog-golden
|
||||
- hedgehog-optics
|
||||
- hedgehog-servant
|
||||
- hedis-config
|
||||
- hedis-namespace
|
||||
|
@ -2210,6 +2211,7 @@ broken-packages:
|
|||
- hs2ps
|
||||
- hsakamai
|
||||
- hsaml2
|
||||
- hs-aws-lambda
|
||||
- hsay
|
||||
- hsbc
|
||||
- hsbencher
|
||||
|
@ -3171,6 +3173,7 @@ broken-packages:
|
|||
- naqsha
|
||||
- narc
|
||||
- nationstates
|
||||
- nat-optics
|
||||
- nats-client
|
||||
- nat-sized-numbers
|
||||
- natural
|
||||
|
@ -3467,6 +3470,7 @@ broken-packages:
|
|||
- parsergen
|
||||
- parser-helper
|
||||
- parsers-megaparsec
|
||||
- parser-unbiased-choice-monad-embedding
|
||||
- parsimony
|
||||
- parsley
|
||||
- parsley-core
|
||||
|
@ -3733,6 +3737,7 @@ broken-packages:
|
|||
- process-leksah
|
||||
- process-listlike
|
||||
- processmemory
|
||||
- procex
|
||||
- procrastinating-variable
|
||||
- procstat
|
||||
- prof2pretty
|
||||
|
|
|
@ -125194,6 +125194,8 @@ self: {
|
|||
libraryHaskellDepends = [ base hedgehog optics-core ];
|
||||
description = "Hedgehog properties for optics laws";
|
||||
license = lib.licenses.mit;
|
||||
hydraPlatforms = lib.platforms.none;
|
||||
broken = true;
|
||||
}) {};
|
||||
|
||||
"hedgehog-quickcheck" = callPackage
|
||||
|
@ -134918,6 +134920,8 @@ self: {
|
|||
testHaskellDepends = [ base time ];
|
||||
description = "A modern and easy-to-use wrapper for Docker-based Lambda implementations. Now with API Gateway support!";
|
||||
license = lib.licenses.publicDomain;
|
||||
hydraPlatforms = lib.platforms.none;
|
||||
broken = true;
|
||||
}) {};
|
||||
|
||||
"hs-bibutils" = callPackage
|
||||
|
@ -184120,6 +184124,8 @@ self: {
|
|||
testHaskellDepends = [ base hedgehog optics-core text ];
|
||||
description = "Refinement types for natural numbers with an optics interface";
|
||||
license = lib.licenses.mit;
|
||||
hydraPlatforms = lib.platforms.none;
|
||||
broken = true;
|
||||
}) {};
|
||||
|
||||
"nat-sized-numbers" = callPackage
|
||||
|
@ -197337,6 +197343,8 @@ self: {
|
|||
];
|
||||
description = "Parsing library with unbiased choice and support for embedding arbitrary monad";
|
||||
license = lib.licenses.bsd3;
|
||||
hydraPlatforms = lib.platforms.none;
|
||||
broken = true;
|
||||
}) {};
|
||||
|
||||
"parser241" = callPackage
|
||||
|
@ -210779,6 +210787,8 @@ self: {
|
|||
testHaskellDepends = [ base ];
|
||||
description = "Ergonomic process launching with extreme flexibility and speed";
|
||||
license = lib.licenses.asl20;
|
||||
hydraPlatforms = lib.platforms.none;
|
||||
broken = true;
|
||||
}) {};
|
||||
|
||||
"procrastinating-structure" = callPackage
|
||||
|
|
Loading…
Reference in a new issue