mirror of
https://github.com/ilyakooo0/nixpkgs.git
synced 2024-11-20 00:53:12 +03: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
47428eb551
commit
968cdb4815
@ -2790,6 +2790,7 @@ broken-packages:
|
|||||||
- language-typescript
|
- language-typescript
|
||||||
- language-vhdl
|
- language-vhdl
|
||||||
- language-webidl
|
- language-webidl
|
||||||
|
- lapack
|
||||||
- LargeCardinalHierarchy
|
- LargeCardinalHierarchy
|
||||||
- Lastik
|
- Lastik
|
||||||
- latest-npm-version
|
- latest-npm-version
|
||||||
@ -3917,6 +3918,7 @@ broken-packages:
|
|||||||
- proxy-kindness
|
- proxy-kindness
|
||||||
- proxy-mapping
|
- proxy-mapping
|
||||||
- prune-juice
|
- prune-juice
|
||||||
|
- psc-ide
|
||||||
- pseudo-trie
|
- pseudo-trie
|
||||||
- PTQ
|
- PTQ
|
||||||
- publicsuffixlistcreate
|
- publicsuffixlistcreate
|
||||||
@ -3930,6 +3932,7 @@ broken-packages:
|
|||||||
- Pup-Events-Server
|
- Pup-Events-Server
|
||||||
- pure-io
|
- pure-io
|
||||||
- pure-priority-queue
|
- pure-priority-queue
|
||||||
|
- purescript-tsd-gen
|
||||||
- pure-zlib
|
- pure-zlib
|
||||||
- pusher-haskell
|
- pusher-haskell
|
||||||
- pusher-ws
|
- pusher-ws
|
||||||
@ -5573,6 +5576,7 @@ broken-packages:
|
|||||||
- zendesk-api
|
- zendesk-api
|
||||||
- zenhack-prelude
|
- zenhack-prelude
|
||||||
- zeno
|
- zeno
|
||||||
|
- zephyr
|
||||||
- zeromq4-clone-pattern
|
- zeromq4-clone-pattern
|
||||||
- zeromq4-conduit
|
- zeromq4-conduit
|
||||||
- zeromq4-patterns
|
- zeromq4-patterns
|
||||||
|
@ -1570,6 +1570,7 @@ dont-distribute-packages:
|
|||||||
- hmeap
|
- hmeap
|
||||||
- hmeap-utils
|
- hmeap-utils
|
||||||
- hmep
|
- hmep
|
||||||
|
- hmm-lapack
|
||||||
- hmm-lapack_0_4_1
|
- hmm-lapack_0_4_1
|
||||||
- hmt
|
- hmt
|
||||||
- hmt-diagrams
|
- hmt-diagrams
|
||||||
@ -1916,7 +1917,7 @@ dont-distribute-packages:
|
|||||||
- language-python-colour
|
- language-python-colour
|
||||||
- language-qux
|
- language-qux
|
||||||
- language-spelling
|
- language-spelling
|
||||||
- lapack_0_4
|
- lapack-hmatrix
|
||||||
- lat
|
- lat
|
||||||
- latex-formulae-hakyll
|
- latex-formulae-hakyll
|
||||||
- latex-formulae-pandoc
|
- latex-formulae-pandoc
|
||||||
@ -1961,6 +1962,8 @@ dont-distribute-packages:
|
|||||||
- lightstep-haskell
|
- lightstep-haskell
|
||||||
- lighttpd-conf
|
- lighttpd-conf
|
||||||
- lighttpd-conf-qq
|
- lighttpd-conf-qq
|
||||||
|
- linear-circuit
|
||||||
|
- linear-circuit_0_1_0_3
|
||||||
- linearmap-category
|
- linearmap-category
|
||||||
- linearscan-hoopl
|
- linearscan-hoopl
|
||||||
- linkchk
|
- linkchk
|
||||||
@ -2040,6 +2043,8 @@ dont-distribute-packages:
|
|||||||
- macosx-make-standalone
|
- macosx-make-standalone
|
||||||
- magic-wormhole
|
- magic-wormhole
|
||||||
- magicbane
|
- magicbane
|
||||||
|
- magico
|
||||||
|
- magico_0_0_2_2
|
||||||
- mahoro
|
- mahoro
|
||||||
- maid
|
- maid
|
||||||
- mail-pool
|
- mail-pool
|
||||||
@ -2572,6 +2577,8 @@ dont-distribute-packages:
|
|||||||
- replicant
|
- replicant
|
||||||
- repr
|
- repr
|
||||||
- representable-tries
|
- representable-tries
|
||||||
|
- resistor-cube
|
||||||
|
- resistor-cube_0_0_1_3
|
||||||
- resource-pool-catchio
|
- resource-pool-catchio
|
||||||
- resource-simple
|
- resource-simple
|
||||||
- respond
|
- respond
|
||||||
|
@ -134294,6 +134294,7 @@ self: {
|
|||||||
testHaskellDepends = [ base QuickCheck ];
|
testHaskellDepends = [ base QuickCheck ];
|
||||||
description = "Hidden Markov Models using LAPACK primitives";
|
description = "Hidden Markov Models using LAPACK primitives";
|
||||||
license = lib.licenses.bsd3;
|
license = lib.licenses.bsd3;
|
||||||
|
hydraPlatforms = lib.platforms.none;
|
||||||
}) {};
|
}) {};
|
||||||
|
|
||||||
"hmm-lapack_0_4_1" = callPackage
|
"hmm-lapack_0_4_1" = callPackage
|
||||||
@ -163275,6 +163276,8 @@ self: {
|
|||||||
];
|
];
|
||||||
description = "Numerical Linear Algebra using LAPACK";
|
description = "Numerical Linear Algebra using LAPACK";
|
||||||
license = lib.licenses.bsd3;
|
license = lib.licenses.bsd3;
|
||||||
|
hydraPlatforms = lib.platforms.none;
|
||||||
|
broken = true;
|
||||||
}) {};
|
}) {};
|
||||||
|
|
||||||
"lapack_0_4" = callPackage
|
"lapack_0_4" = callPackage
|
||||||
@ -163306,6 +163309,7 @@ self: {
|
|||||||
description = "Numerical Linear Algebra using LAPACK";
|
description = "Numerical Linear Algebra using LAPACK";
|
||||||
license = lib.licenses.bsd3;
|
license = lib.licenses.bsd3;
|
||||||
hydraPlatforms = lib.platforms.none;
|
hydraPlatforms = lib.platforms.none;
|
||||||
|
broken = true;
|
||||||
}) {};
|
}) {};
|
||||||
|
|
||||||
"lapack-carray" = callPackage
|
"lapack-carray" = callPackage
|
||||||
@ -163390,6 +163394,7 @@ self: {
|
|||||||
];
|
];
|
||||||
description = "Conversion of objects between 'lapack' and 'hmatrix'";
|
description = "Conversion of objects between 'lapack' and 'hmatrix'";
|
||||||
license = lib.licenses.bsd3;
|
license = lib.licenses.bsd3;
|
||||||
|
hydraPlatforms = lib.platforms.none;
|
||||||
}) {};
|
}) {};
|
||||||
|
|
||||||
"large-hashable" = callPackage
|
"large-hashable" = callPackage
|
||||||
@ -167746,6 +167751,7 @@ self: {
|
|||||||
];
|
];
|
||||||
description = "Compute resistance of linear electrical circuits";
|
description = "Compute resistance of linear electrical circuits";
|
||||||
license = lib.licenses.bsd3;
|
license = lib.licenses.bsd3;
|
||||||
|
hydraPlatforms = lib.platforms.none;
|
||||||
}) {};
|
}) {};
|
||||||
|
|
||||||
"linear-circuit_0_1_0_3" = callPackage
|
"linear-circuit_0_1_0_3" = callPackage
|
||||||
@ -173782,6 +173788,7 @@ self: {
|
|||||||
];
|
];
|
||||||
description = "Compute solutions for Magico puzzle";
|
description = "Compute solutions for Magico puzzle";
|
||||||
license = lib.licenses.bsd3;
|
license = lib.licenses.bsd3;
|
||||||
|
hydraPlatforms = lib.platforms.none;
|
||||||
}) {};
|
}) {};
|
||||||
|
|
||||||
"magico_0_0_2_2" = callPackage
|
"magico_0_0_2_2" = callPackage
|
||||||
@ -217684,6 +217691,8 @@ self: {
|
|||||||
];
|
];
|
||||||
description = "Language support for the PureScript programming language";
|
description = "Language support for the PureScript programming language";
|
||||||
license = lib.licenses.mit;
|
license = lib.licenses.mit;
|
||||||
|
hydraPlatforms = lib.platforms.none;
|
||||||
|
broken = true;
|
||||||
}) {};
|
}) {};
|
||||||
|
|
||||||
"pseudo-boolean" = callPackage
|
"pseudo-boolean" = callPackage
|
||||||
@ -218643,6 +218652,8 @@ self: {
|
|||||||
];
|
];
|
||||||
description = "TypeScript Declaration File (.d.ts) generator for PureScript";
|
description = "TypeScript Declaration File (.d.ts) generator for PureScript";
|
||||||
license = lib.licenses.bsd3;
|
license = lib.licenses.bsd3;
|
||||||
|
hydraPlatforms = lib.platforms.none;
|
||||||
|
broken = true;
|
||||||
}) {};
|
}) {};
|
||||||
|
|
||||||
"pursuit-client" = callPackage
|
"pursuit-client" = callPackage
|
||||||
@ -228656,6 +228667,7 @@ self: {
|
|||||||
executableHaskellDepends = [ base comfort-array lapack ];
|
executableHaskellDepends = [ base comfort-array lapack ];
|
||||||
description = "Compute total resistance of a cube of resistors";
|
description = "Compute total resistance of a cube of resistors";
|
||||||
license = lib.licenses.bsd3;
|
license = lib.licenses.bsd3;
|
||||||
|
hydraPlatforms = lib.platforms.none;
|
||||||
}) {};
|
}) {};
|
||||||
|
|
||||||
"resistor-cube_0_0_1_3" = callPackage
|
"resistor-cube_0_0_1_3" = callPackage
|
||||||
@ -299361,6 +299373,8 @@ self: {
|
|||||||
testToolDepends = [ purescript ];
|
testToolDepends = [ purescript ];
|
||||||
description = "Zephyr, tree-shaking for the PureScript language";
|
description = "Zephyr, tree-shaking for the PureScript language";
|
||||||
license = lib.licenses.mpl20;
|
license = lib.licenses.mpl20;
|
||||||
|
hydraPlatforms = lib.platforms.none;
|
||||||
|
broken = true;
|
||||||
}) {};
|
}) {};
|
||||||
|
|
||||||
"zero" = callPackage
|
"zero" = callPackage
|
||||||
|
Loading…
Reference in New Issue
Block a user