haskellPackages: mark builds failing on hydra as broken

This commit has been generated by maintainers/scripts/haskell/mark-broken.sh
main
Dennis Gosnell 2 years ago
parent 50bdc1e59e
commit 970f2a72f5
No known key found for this signature in database
GPG Key ID: 462E0C03D11422F4
  1. 10
      pkgs/development/haskell-modules/configuration-hackage2nix/broken.yaml
  2. 11
      pkgs/development/haskell-modules/configuration-hackage2nix/transitive-broken.yaml
  3. 29
      pkgs/development/haskell-modules/hackage-packages.nix

@ -668,6 +668,8 @@ broken-packages:
- citeproc-hs
- cjk
- cj-token
- cl3-hmatrix-interface
- cl3-linear-interface
- clang-compilation-database
- clang-pure
- clanki
@ -1047,6 +1049,7 @@ broken-packages:
- dense-int-set
- dependent-hashmap
- dependent-monoidal-map
- dep-t
- dep-t-dynamic
- deptrack-core
- derangement
@ -1207,6 +1210,7 @@ broken-packages:
- dynamic-object
- dynamic-pipeline
- DynamicTimeWarp
- dyna-processing
- dynloader
- DysFRP
- dywapitchtrack
@ -1599,6 +1603,7 @@ broken-packages:
- gegl
- gelatin
- gemcap
- gemini-exports
- gemstone
- gencheck
- gender
@ -1735,6 +1740,7 @@ broken-packages:
- gli
- glicko
- glider-nlp
- glirc
- GLMatrix
- global-variables
- glob-posix
@ -1773,6 +1779,7 @@ broken-packages:
- gpah
- GPipe
- GPipe-GLFW4
- gpmf
- gpx-conduit
- graceful
- grafana
@ -1889,6 +1896,7 @@ broken-packages:
- hakyll-typescript
- HaLeX
- halfs
- half-space
- halipeto
- halive
- halma
@ -2102,6 +2110,7 @@ broken-packages:
- hedgehog-checkers
- hedgehog-generic
- hedgehog-golden
- hedgehog-lens
- hedgehog-servant
- hedis-config
- hedis-namespace
@ -2893,6 +2902,7 @@ broken-packages:
- lazify
- lazyarray
- lazyboy
- lazy-bracket
- lazy-priority-queue
- lazyset
- LazyVault

@ -663,6 +663,7 @@ dont-distribute-packages:
- ascii
- ascii-cows
- ascii-table
- ascii_1_2_0_0
- asic
- asif
- assert4hs-hspec
@ -1203,6 +1204,8 @@ dont-distribute-packages:
- delimiter-separated
- delta
- delta-h
- dep-t-advice
- dep-t-value
- dependent-literals-plugin
- dependent-state
- depends
@ -2811,11 +2814,9 @@ dont-distribute-packages:
- mptcp-pm
- mptcpanalyzer
- msgpack-aeson
- msgpack-arbitrary
- msgpack-idl
- msgpack-rpc
- msgpack-rpc-conduit
- msgpack-testsuite
- mtgoxapi
- mu-avro
- mu-graphql
@ -2967,8 +2968,6 @@ dont-distribute-packages:
- openpgp-Crypto
- openpgp-crypto-api
- openssh-github-keys
- opentelemetry-lightstep
- opentelemetry-lightstep_0_8_0
- optima-for-hasql
- optimal-blocks
- optimusprime
@ -3325,6 +3324,7 @@ dont-distribute-packages:
- regions-mtl
- registry-hedgehog
- registry-hedgehog-aeson
- registry-messagepack
- regular-extras
- regular-web
- regular-xmlpickler
@ -3764,6 +3764,9 @@ dont-distribute-packages:
- sydtest-servant
- sydtest-typed-process
- sydtest-wai
- sydtest-webdriver
- sydtest-webdriver-screenshot
- sydtest-webdriver-yesod
- sydtest-yesod
- sylvia
- sym-plot

@ -56957,6 +56957,8 @@ self: {
libraryHaskellDepends = [ base cl3 hmatrix ];
description = "Interface to/from Cl3 and HMatrix";
license = lib.licenses.bsd3;
hydraPlatforms = lib.platforms.none;
broken = true;
}) {};
"cl3-linear-interface" = callPackage
@ -56968,6 +56970,8 @@ self: {
libraryHaskellDepends = [ base cl3 linear ];
description = "Interface to/from Cl3 and Linear";
license = lib.licenses.bsd3;
hydraPlatforms = lib.platforms.none;
broken = true;
}) {};
"clac" = callPackage
@ -75352,6 +75356,8 @@ self: {
];
description = "Dependency injection for records-of-functions";
license = lib.licenses.bsd3;
hydraPlatforms = lib.platforms.none;
broken = true;
}) {};
"dep-t-advice" = callPackage
@ -75379,6 +75385,7 @@ self: {
];
description = "Giving good advice to functions in records-of-functions";
license = lib.licenses.bsd3;
hydraPlatforms = lib.platforms.none;
}) {};
"dep-t-dynamic" = callPackage
@ -75426,6 +75433,7 @@ self: {
];
description = "Pair resources files with types within your program";
license = lib.licenses.bsd3;
hydraPlatforms = lib.platforms.none;
}) {};
"dependency" = callPackage
@ -84019,6 +84027,8 @@ self: {
testHaskellDepends = [ base ];
description = "FRP library for processing-for-haskell package";
license = lib.licenses.bsd3;
hydraPlatforms = lib.platforms.none;
broken = true;
}) {};
"dynamic" = callPackage
@ -102717,6 +102727,8 @@ self: {
];
description = "Generate CSV Exports of Your Gemini Trades, Transfers, & Earn Transactions";
license = lib.licenses.bsd3;
hydraPlatforms = lib.platforms.none;
broken = true;
}) {};
"gemini-router" = callPackage
@ -110358,7 +110370,9 @@ self: {
testHaskellDepends = [ base HUnit ];
description = "Console IRC client";
license = lib.licenses.isc;
hydraPlatforms = lib.platforms.none;
maintainers = with lib.maintainers; [ kiwi ];
broken = true;
}) {};
"gll" = callPackage
@ -114436,6 +114450,8 @@ self: {
tasty-quickcheck time transformers
];
license = lib.licenses.bsd3;
hydraPlatforms = lib.platforms.none;
broken = true;
}) {};
"gpolyline" = callPackage
@ -120210,6 +120226,8 @@ self: {
];
description = "Additive monoids generalising vector spaces";
license = lib.licenses.gpl3Only;
hydraPlatforms = lib.platforms.none;
broken = true;
}) {};
"halfs" = callPackage
@ -129909,6 +129927,8 @@ self: {
libraryHaskellDepends = [ base hedgehog lens ];
description = "Hedgehog properties for lens laws";
license = lib.licenses.mit;
hydraPlatforms = lib.platforms.none;
broken = true;
}) {};
"hedgehog-optics" = callPackage
@ -167140,6 +167160,8 @@ self: {
testHaskellDepends = [ base doctest exceptions tasty tasty-hunit ];
description = "A bracket with lazy resource allocation";
license = lib.licenses.bsd3;
hydraPlatforms = lib.platforms.none;
broken = true;
}) {};
"lazy-csv" = callPackage
@ -188173,7 +188195,6 @@ self: {
testToolDepends = [ hspec-discover ];
description = "A Haskell implementation of MessagePack";
license = lib.licenses.bsd3;
hydraPlatforms = lib.platforms.none;
}) {};
"msgpack-binary" = callPackage
@ -188315,7 +188336,6 @@ self: {
testHaskellDepends = [ base hspec ];
description = "A Haskell implementation of MessagePack";
license = lib.licenses.bsd3;
hydraPlatforms = lib.platforms.none;
}) {};
"msgpack-types" = callPackage
@ -200339,7 +200359,6 @@ self: {
splitmix text typed-process unordered-containers
];
license = lib.licenses.asl20;
hydraPlatforms = lib.platforms.none;
}) {};
"opentelemetry-lightstep_0_8_0" = callPackage
@ -230891,6 +230910,7 @@ self: {
];
description = "MessagePack encoders / decoders";
license = lib.licenses.mit;
hydraPlatforms = lib.platforms.none;
}) {};
"regress" = callPackage
@ -264338,6 +264358,7 @@ self: {
testToolDepends = [ sydtest-discover ];
description = "A webdriver companion library for sydtest";
license = "unknown";
hydraPlatforms = lib.platforms.none;
}) {};
"sydtest-webdriver-screenshot" = callPackage
@ -264360,6 +264381,7 @@ self: {
testToolDepends = [ sydtest-discover ];
description = "A webdriver screenshot companion library for sydtest";
license = "unknown";
hydraPlatforms = lib.platforms.none;
}) {};
"sydtest-webdriver-yesod" = callPackage
@ -264383,6 +264405,7 @@ self: {
testToolDepends = [ sydtest-discover ];
description = "A webdriver+yesod companion library for sydtest";
license = "unknown";
hydraPlatforms = lib.platforms.none;
}) {};
"sydtest-yesod" = callPackage

Loading…
Cancel
Save