summary refs log tree commit diff
path: root/pkgs/development/haskell-modules
diff options
context:
space:
mode:
authorsternenseemann <0rpkxez4ksa01gb3typccl0i@systemli.org>2021-07-26 17:44:39 +0200
committersternenseemann <0rpkxez4ksa01gb3typccl0i@systemli.org>2021-07-26 17:44:39 +0200
commit703882fb577fc939ace7cdc3197440f306380b9b (patch)
tree13b26c5e66ca0e62ac3961a79fe178e9e2d93897 /pkgs/development/haskell-modules
parent19a763458d70beee0daface84c0d9e4a5378852c (diff)
downloadnixpkgs-703882fb577fc939ace7cdc3197440f306380b9b.tar
nixpkgs-703882fb577fc939ace7cdc3197440f306380b9b.tar.gz
nixpkgs-703882fb577fc939ace7cdc3197440f306380b9b.tar.bz2
nixpkgs-703882fb577fc939ace7cdc3197440f306380b9b.tar.lz
nixpkgs-703882fb577fc939ace7cdc3197440f306380b9b.tar.xz
nixpkgs-703882fb577fc939ace7cdc3197440f306380b9b.tar.zst
nixpkgs-703882fb577fc939ace7cdc3197440f306380b9b.zip
haskellPackages: mark builds failing on hydra as broken
This commit has been generated by maintainers/scripts/haskell/mark-broken.sh
Diffstat (limited to 'pkgs/development/haskell-modules')
-rw-r--r--pkgs/development/haskell-modules/configuration-hackage2nix/broken.yaml5
-rw-r--r--pkgs/development/haskell-modules/hackage-packages.nix10
2 files changed, 15 insertions, 0 deletions
diff --git a/pkgs/development/haskell-modules/configuration-hackage2nix/broken.yaml b/pkgs/development/haskell-modules/configuration-hackage2nix/broken.yaml
index 4bd34a1bccb..f79522ddb8c 100644
--- a/pkgs/development/haskell-modules/configuration-hackage2nix/broken.yaml
+++ b/pkgs/development/haskell-modules/configuration-hackage2nix/broken.yaml
@@ -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
diff --git a/pkgs/development/haskell-modules/hackage-packages.nix b/pkgs/development/haskell-modules/hackage-packages.nix
index c7f19ab0c74..f8556253d54 100644
--- a/pkgs/development/haskell-modules/hackage-packages.nix
+++ b/pkgs/development/haskell-modules/hackage-packages.nix
@@ -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