about summary refs log tree commit diff
path: root/pkgs/development/haskell-modules
diff options
context:
space:
mode:
authorsternenseemann <sternenseemann@systemli.org>2023-04-11 11:15:33 +0200
committersternenseemann <sternenseemann@systemli.org>2023-04-11 11:15:33 +0200
commitc258006ca8c479b8e5ed5fc46078d1ab19b17349 (patch)
tree3837155e0dc868ccf1ee9fab99201c9766a2b14a /pkgs/development/haskell-modules
parent5f9381e696679d8aee2d2d3c05f950fc7206771f (diff)
haskellPackages: mark builds failing on hydra as broken
This commit has been generated by maintainers/scripts/haskell/mark-broken.sh based on
*evaluation [1793378](https://hydra.nixos.org/eval/1793378) of nixpkgs commit [e2236d3](https://github.com/NixOS/nixpkgs/commits/e2236d303f31485fed8f4e0886337c58d854f7df) as of 2023-04-11 09:06 UTC*
from the haskell-updates jobset on hydra under https://hydra.nixos.org/jobset/nixpkgs/haskell-updates
Diffstat (limited to 'pkgs/development/haskell-modules')
-rw-r--r--pkgs/development/haskell-modules/configuration-hackage2nix/broken.yaml3
-rw-r--r--pkgs/development/haskell-modules/configuration-hackage2nix/transitive-broken.yaml7
-rw-r--r--pkgs/development/haskell-modules/hackage-packages.nix11
3 files changed, 21 insertions, 0 deletions
diff --git a/pkgs/development/haskell-modules/configuration-hackage2nix/broken.yaml b/pkgs/development/haskell-modules/configuration-hackage2nix/broken.yaml
index 4778afb7451c6..ce375bfe0839a 100644
--- a/pkgs/development/haskell-modules/configuration-hackage2nix/broken.yaml
+++ b/pkgs/development/haskell-modules/configuration-hackage2nix/broken.yaml
@@ -1546,6 +1546,7 @@ broken-packages:
   - fixer
   - fixfile
   - fixie
+  - fix-imports # dependency missing in job https://hydra.nixos.org/build/215306368 at 2023-04-11
   - fix-symbols-gitit
   - fizzbuzz
   - fizzbuzz-as-a-service
@@ -1707,6 +1708,7 @@ broken-packages:
   - generic-match
   - generic-maybe
   - generic-override
+  - generic-persistence #  failure  in job https://hydra.nixos.org/build/215303659 at 2023-04-11
   - generic-pretty
   - generic-pretty-instances
   - generic-records
@@ -4243,6 +4245,7 @@ broken-packages:
   - Proper
   - properties
   - property-list
+  - proquint #  failure  in job https://hydra.nixos.org/build/215308028 at 2023-04-11
   - prosidy
   - prosper
   - proteaaudio
diff --git a/pkgs/development/haskell-modules/configuration-hackage2nix/transitive-broken.yaml b/pkgs/development/haskell-modules/configuration-hackage2nix/transitive-broken.yaml
index bd64ae0c92539..5c9de5b9956f1 100644
--- a/pkgs/development/haskell-modules/configuration-hackage2nix/transitive-broken.yaml
+++ b/pkgs/development/haskell-modules/configuration-hackage2nix/transitive-broken.yaml
@@ -330,6 +330,7 @@ dont-distribute-packages:
  - RNAlien
  - RNAwolf
  - Ranka
+ - ReplaceUmlaut
  - RollingDirectory
  - S3
  - SBench
@@ -1145,6 +1146,7 @@ dont-distribute-packages:
  - cuckoo
  - cv-combinators
  - cypher
+ - daino
  - dapi
  - darcs-benchmark
  - darcs-beta
@@ -2168,6 +2170,7 @@ dont-distribute-packages:
  - hist-pl-lmf
  - hit
  - hit-graph
+ - hix
  - hjsonschema
  - hjugement-cli
  - hlcm
@@ -3189,6 +3192,7 @@ dont-distribute-packages:
  - prefork
  - prelate
  - presto-hdbc
+ - prettychart
  - preview
  - primal-memory
  - primitive-containers
@@ -3819,8 +3823,10 @@ dont-distribute-packages:
  - sydtest-amqp
  - sydtest-autodocodec
  - sydtest-hedgehog
+ - sydtest-hedgehog_0_4_0_0
  - sydtest-hedis
  - sydtest-hspec
+ - sydtest-hspec_0_4_0_0
  - sydtest-mongo
  - sydtest-persistent
  - sydtest-persistent-postgresql
@@ -3927,6 +3933,7 @@ dont-distribute-packages:
  - tinkoff-invest-sdk
  - tintin
  - tinytools
+ - tinytools-vty
  - tip-haskell-frontend
  - tip-lib
  - titan
diff --git a/pkgs/development/haskell-modules/hackage-packages.nix b/pkgs/development/haskell-modules/hackage-packages.nix
index d8ebe5bd9f6b4..dcca6089e9c5a 100644
--- a/pkgs/development/haskell-modules/hackage-packages.nix
+++ b/pkgs/development/haskell-modules/hackage-packages.nix
@@ -17991,6 +17991,7 @@ self: {
        ];
        description = "converting text to properly encoded german umlauts";
        license = "GPL";
+       hydraPlatforms = lib.platforms.none;
        mainProgram = "replaceUmlaut";
      }) {};
 
@@ -74465,6 +74466,7 @@ self: {
        ];
        description = "daino is a static site generator (SSG) using shake and pandoc";
        license = "GPL";
+       hydraPlatforms = lib.platforms.none;
        mainProgram = "daino";
      }) {};
 
@@ -101127,7 +101129,9 @@ self: {
        ];
        description = "Program to manage the imports of a haskell module";
        license = lib.licenses.bsd3;
+       hydraPlatforms = lib.platforms.none;
        mainProgram = "fix-imports";
+       broken = true;
      }) {};
 
   "fix-parser-simple" = callPackage
@@ -109357,6 +109361,8 @@ self: {
        testToolDepends = [ hspec-discover ];
        description = "Database persistence using generics";
        license = lib.licenses.bsd3;
+       hydraPlatforms = lib.platforms.none;
+       broken = true;
      }) {};
 
   "generic-pretty" = callPackage
@@ -142129,6 +142135,7 @@ self: {
        ];
        description = "Haskell/Nix development build tools";
        license = "BSD-2-Clause-Patent";
+       hydraPlatforms = lib.platforms.none;
        mainProgram = "hix";
      }) {};
 
@@ -232269,6 +232276,7 @@ self: {
        ];
        description = "Pretty print charts from ghci";
        license = lib.licenses.bsd3;
+       hydraPlatforms = lib.platforms.none;
      }) {};
 
   "prettyclass" = callPackage
@@ -234781,6 +234789,8 @@ self: {
        testHaskellDepends = [ base tasty tasty-hunit tasty-quickcheck ];
        description = "Proquints: Identifiers that are Readable, Spellable, and Pronounceable";
        license = "EUPL-1.2";
+       hydraPlatforms = lib.platforms.none;
+       broken = true;
      }) {};
 
   "prosidy" = callPackage
@@ -293452,6 +293462,7 @@ self: {
        ];
        description = "a terminal based unicode diagram editing tool";
        license = lib.licenses.bsd3;
+       hydraPlatforms = lib.platforms.none;
      }) {};
 
   "tip-haskell-frontend" = callPackage