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:
sternenseemann 2021-12-05 15:55:52 +01:00
parent 87c14165de
commit 0b87a7d890
3 changed files with 10 additions and 9 deletions

View file

@ -1124,6 +1124,7 @@ broken-packages:
- docopt - docopt
- docrecords - docrecords
- doctest-discover-configurator - doctest-discover-configurator
- doctest-parallel
- doctest-prop - doctest-prop
- docusign-example - docusign-example
- docvim - docvim
@ -2647,6 +2648,7 @@ broken-packages:
- jenga - jenga
- jenkinsPlugins2nix - jenkinsPlugins2nix
- jespresso - jespresso
- jet
- jet-stream - jet-stream
- jinquantities - jinquantities
- jml-web-service - jml-web-service
@ -3563,6 +3565,7 @@ broken-packages:
- pandoc-filter-indent - pandoc-filter-indent
- pandoc-include - pandoc-include
- pandoc-lens - pandoc-lens
- pandoc-lua-marshal
- pandoc-markdown-ghci-filter - pandoc-markdown-ghci-filter
- pandoc-placetable - pandoc-placetable
- pandoc-pyplot - pandoc-pyplot

View file

@ -1112,7 +1112,6 @@ dont-distribute-packages:
- fields - fields
- filepath-crypto - filepath-crypto
- filepath-io-access - filepath-io-access
- filepather
- filesystem-enumerator - filesystem-enumerator
- find-clumpiness - find-clumpiness
- findhttp - findhttp
@ -1153,7 +1152,6 @@ dont-distribute-packages:
- fortran-vars - fortran-vars
- foscam-directory - foscam-directory
- foscam-sort - foscam-sort
- fp-ieee
- fplll - fplll
- fpnla-examples - fpnla-examples
- frame-markdown - frame-markdown
@ -2292,7 +2290,7 @@ dont-distribute-packages:
- pairing - pairing
- panda - panda
- pandoc-japanese-filters - pandoc-japanese-filters
- pandoc_2_16_1 - pandoc_2_16_2
- papa - papa
- papa-base - papa-base
- papa-base-implement - papa-base-implement
@ -2346,7 +2344,6 @@ dont-distribute-packages:
- phonetic-languages-simplified-generalized-examples-array - phonetic-languages-simplified-generalized-examples-array
- phonetic-languages-simplified-lists-examples - phonetic-languages-simplified-lists-examples
- phooey - phooey
- photoname
- pianola - pianola
- pier - pier
- ping - ping
@ -2641,7 +2638,6 @@ dont-distribute-packages:
- rose-trie - rose-trie
- roshask - roshask
- rosmsg-bin - rosmsg-bin
- rounded-hw
- roundtrip-xml - roundtrip-xml
- route-generator - route-generator
- route-planning - route-planning

View file

@ -80817,6 +80817,8 @@ self: {
doHaddock = false; doHaddock = false;
description = "Test interactive Haskell examples"; description = "Test interactive Haskell examples";
license = lib.licenses.mit; license = lib.licenses.mit;
hydraPlatforms = lib.platforms.none;
broken = true;
}) {}; }) {};
"doctest-prop" = callPackage "doctest-prop" = callPackage
@ -94057,7 +94059,6 @@ self: {
]; ];
description = "Functions on System.FilePath"; description = "Functions on System.FilePath";
license = lib.licenses.bsd3; license = lib.licenses.bsd3;
hydraPlatforms = lib.platforms.none;
}) {}; }) {};
"filepattern" = callPackage "filepattern" = callPackage
@ -97942,7 +97943,6 @@ self: {
benchmarkHaskellDepends = [ base tasty-bench ]; benchmarkHaskellDepends = [ base tasty-bench ];
description = "IEEE 754-2019 compliant operations"; description = "IEEE 754-2019 compliant operations";
license = lib.licenses.bsd3; license = lib.licenses.bsd3;
hydraPlatforms = lib.platforms.none;
}) {}; }) {};
"fpco-api" = callPackage "fpco-api" = callPackage
@ -158598,6 +158598,8 @@ self: {
vector vty vector vty
]; ];
license = lib.licenses.bsd3; license = lib.licenses.bsd3;
hydraPlatforms = lib.platforms.none;
broken = true;
}) {}; }) {};
"jet-stream" = callPackage "jet-stream" = callPackage
@ -203751,6 +203753,8 @@ self: {
]; ];
description = "Use pandoc types in Lua"; description = "Use pandoc types in Lua";
license = lib.licenses.mit; license = lib.licenses.mit;
hydraPlatforms = lib.platforms.none;
broken = true;
}) {}; }) {};
"pandoc-markdown-ghci-filter" = callPackage "pandoc-markdown-ghci-filter" = callPackage
@ -210363,7 +210367,6 @@ self: {
]; ];
description = "Rename photo image files based on EXIF shoot date"; description = "Rename photo image files based on EXIF shoot date";
license = lib.licenses.isc; license = lib.licenses.isc;
hydraPlatforms = lib.platforms.none;
}) {}; }) {};
"phraskell" = callPackage "phraskell" = callPackage
@ -235720,7 +235723,6 @@ self: {
]; ];
description = "Directed rounding for built-in floating types"; description = "Directed rounding for built-in floating types";
license = lib.licenses.bsd3; license = lib.licenses.bsd3;
hydraPlatforms = lib.platforms.none;
}) {}; }) {};
"rounding" = callPackage "rounding" = callPackage