summary refs log tree commit diff
path: root/pkgs/development/haskell-modules
diff options
context:
space:
mode:
authorJoe Hermaszewski <git@monoid.al>2021-07-07 22:25:01 +0800
committerJoe Hermaszewski <git@monoid.al>2021-07-07 22:25:01 +0800
commit4af078aec8e68b7ecc5ef9afe39899da4e75d4aa (patch)
tree05232a029f8dadc0d7ca3132f62b4aa0869f1485 /pkgs/development/haskell-modules
parente68dfcb4a53c8abad243d4e2f06079b56a8bcf38 (diff)
downloadnixpkgs-4af078aec8e68b7ecc5ef9afe39899da4e75d4aa.tar
nixpkgs-4af078aec8e68b7ecc5ef9afe39899da4e75d4aa.tar.gz
nixpkgs-4af078aec8e68b7ecc5ef9afe39899da4e75d4aa.tar.bz2
nixpkgs-4af078aec8e68b7ecc5ef9afe39899da4e75d4aa.tar.lz
nixpkgs-4af078aec8e68b7ecc5ef9afe39899da4e75d4aa.tar.xz
nixpkgs-4af078aec8e68b7ecc5ef9afe39899da4e75d4aa.tar.zst
nixpkgs-4af078aec8e68b7ecc5ef9afe39899da4e75d4aa.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.yaml6
-rw-r--r--pkgs/development/haskell-modules/configuration-hackage2nix/transitive-broken.yaml2
-rw-r--r--pkgs/development/haskell-modules/hackage-packages.nix14
3 files changed, 22 insertions, 0 deletions
diff --git a/pkgs/development/haskell-modules/configuration-hackage2nix/broken.yaml b/pkgs/development/haskell-modules/configuration-hackage2nix/broken.yaml
index f21266e5004..13bd569a443 100644
--- a/pkgs/development/haskell-modules/configuration-hackage2nix/broken.yaml
+++ b/pkgs/development/haskell-modules/configuration-hackage2nix/broken.yaml
@@ -74,6 +74,7 @@ broken-packages:
   - aeson-filthy
   - aeson-flowtyped
   - aeson-match-qq
+  - aeson-modern-tojson
   - aeson-options
   - aeson-prefix
   - aeson-schema
@@ -261,6 +262,7 @@ broken-packages:
   - aws-route53
   - aws-sdk-text-converter
   - aws-simple
+  - aws-xray-client-persistent
   - axel
   - azubi
   - azure-acs
@@ -1904,6 +1906,7 @@ broken-packages:
   - haskell-src-match
   - haskell-src-meta-mwotton
   - haskell-stack-trace-plugin
+  - haskell-to-elm
   - HaskellTorrent
   - HaskellTutorials
   - haskell-type-exts
@@ -2755,6 +2758,7 @@ broken-packages:
   - linear-maps
   - linear-opengl
   - linearscan
+  - linear-smc
   - linear-vect
   - line-drawing
   - lines-of-action
@@ -3183,6 +3187,7 @@ broken-packages:
   - nested-sequence
   - netclock
   - netease-fm
+  - net-mqtt-rpc
   - netrium
   - NetSNMP
   - netspec
@@ -4511,6 +4516,7 @@ broken-packages:
   - streaming-png
   - streaming-utils
   - streaming-with
+  - streamly-examples
   - streamly-fsnotify
   - stream-monad
   - streamproc
diff --git a/pkgs/development/haskell-modules/configuration-hackage2nix/transitive-broken.yaml b/pkgs/development/haskell-modules/configuration-hackage2nix/transitive-broken.yaml
index fdad31819ac..6ecf31c7da7 100644
--- a/pkgs/development/haskell-modules/configuration-hackage2nix/transitive-broken.yaml
+++ b/pkgs/development/haskell-modules/configuration-hackage2nix/transitive-broken.yaml
@@ -564,6 +564,7 @@ dont-distribute-packages:
  - bip32
  - birch-beer
  - bird
+ - biscuit-servant
  - bit-array
  - bitcoin-address
  - bitcoin-api
@@ -2344,6 +2345,7 @@ dont-distribute-packages:
  - polysemy-path
  - polysemy-plugin
  - polysemy-readline
+ - polysemy-req
  - polysemy-resume
  - polysemy-test
  - polysemy-time
diff --git a/pkgs/development/haskell-modules/hackage-packages.nix b/pkgs/development/haskell-modules/hackage-packages.nix
index 736a1b71c95..807d8a9bf0e 100644
--- a/pkgs/development/haskell-modules/hackage-packages.nix
+++ b/pkgs/development/haskell-modules/hackage-packages.nix
@@ -24846,6 +24846,8 @@ self: {
        testHaskellDepends = [ aeson base inspection-testing ];
        description = "Provide a handy way for derving ToJSON proprely";
        license = lib.licenses.isc;
+       hydraPlatforms = lib.platforms.none;
+       broken = true;
      }) {};
 
   "aeson-native" = callPackage
@@ -37006,6 +37008,8 @@ self: {
        ];
        description = "A client for AWS X-Ray integration with Persistent";
        license = lib.licenses.mit;
+       hydraPlatforms = lib.platforms.none;
+       broken = true;
      }) {};
 
   "aws-xray-client-wai" = callPackage
@@ -42449,6 +42453,7 @@ self: {
        ];
        description = "Servant support for the Biscuit security token";
        license = lib.licenses.bsd3;
+       hydraPlatforms = lib.platforms.none;
      }) {};
 
   "bisect-binary" = callPackage
@@ -120141,6 +120146,8 @@ self: {
        ];
        description = "Generate Elm types and JSON encoders and decoders from Haskell types";
        license = lib.licenses.bsd3;
+       hydraPlatforms = lib.platforms.none;
+       broken = true;
      }) {};
 
   "haskell-token-utils" = callPackage
@@ -163827,6 +163834,8 @@ self: {
        testHaskellDepends = [ array base constraints ];
        description = "Build SMC morphisms using linear types";
        license = lib.licenses.lgpl3Plus;
+       hydraPlatforms = lib.platforms.none;
+       broken = true;
      }) {};
 
   "linear-socket" = callPackage
@@ -184560,6 +184569,8 @@ self: {
        ];
        description = "Make RPC calls via an MQTT broker";
        license = lib.licenses.bsd3;
+       hydraPlatforms = lib.platforms.none;
+       broken = true;
      }) {};
 
   "net-spider" = callPackage
@@ -205650,6 +205661,7 @@ self: {
        libraryHaskellDepends = [ base polysemy req ];
        description = "Polysemy effect for req";
        license = lib.licenses.bsd3;
+       hydraPlatforms = lib.platforms.none;
      }) {};
 
   "polysemy-resume" = callPackage
@@ -250172,6 +250184,8 @@ self: {
        ];
        description = "Examples for Streamly";
        license = lib.licenses.asl20;
+       hydraPlatforms = lib.platforms.none;
+       broken = true;
      }) {};
 
   "streamly-fsnotify" = callPackage