about summary refs log tree commit diff
path: root/pkgs/development/haskell-modules
diff options
context:
space:
mode:
authorMalte Brandy <malte.brandy@maralorn.de>2022-04-03 13:31:00 +0200
committerMalte Brandy <malte.brandy@maralorn.de>2022-04-03 13:31:00 +0200
commitfc0ebeacfed66910d20b1b2d1b20ba3a4fce2ae0 (patch)
tree476f1aae5b1f1311f04e1da617ffcedb38b830d3 /pkgs/development/haskell-modules
parent3431c9a9058f4b5d5e3d3a98aac6bdf4c945be5f (diff)
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.yaml7
-rw-r--r--pkgs/development/haskell-modules/configuration-hackage2nix/transitive-broken.yaml12
-rw-r--r--pkgs/development/haskell-modules/hackage-packages.nix25
3 files changed, 31 insertions, 13 deletions
diff --git a/pkgs/development/haskell-modules/configuration-hackage2nix/broken.yaml b/pkgs/development/haskell-modules/configuration-hackage2nix/broken.yaml
index 4f3e29069f3e4..e19c518dd34c3 100644
--- a/pkgs/development/haskell-modules/configuration-hackage2nix/broken.yaml
+++ b/pkgs/development/haskell-modules/configuration-hackage2nix/broken.yaml
@@ -268,6 +268,7 @@ broken-packages:
   - avatar-generator
   - aviation-units
   - avl-static
+  - avro-piper
   - avr-shake
   - avwx
   - awesome-prelude
@@ -1445,6 +1446,7 @@ broken-packages:
   - fingertree-tf
   - finitary
   - finite
+  - FiniteCategories
   - finite-fields
   - firefly-example
   - first-and-last
@@ -1786,6 +1788,7 @@ broken-packages:
   - graphmod-plugin
   - graphql-api
   - graphql-parser
+  - graphql-spice
   - graphql-w-persistent
   - graph-rewriting
   - graph-serialize
@@ -4161,6 +4164,8 @@ broken-packages:
   - react-haskell
   - reaction-logic
   - reactive-bacon
+  - reactive-banana-automation
+  - reactive-banana-bunch
   - reactive-banana-gi-gtk
   - reactive-banana-sdl2
   - reactive-banana-threepenny
@@ -4814,6 +4819,7 @@ broken-packages:
   - stm-stats
   - stochastic
   - Stomp
+  - stooq-api
   - storable
   - storable-static-array
   - stp
@@ -5011,6 +5017,7 @@ broken-packages:
   - tensorflow
   - tensorflow-opgen
   - tensor-safe
+  - termbox-banana
   - termbox-bindings
   - termination-combinators
   - termplot
diff --git a/pkgs/development/haskell-modules/configuration-hackage2nix/transitive-broken.yaml b/pkgs/development/haskell-modules/configuration-hackage2nix/transitive-broken.yaml
index 71775add849e3..d9ff56076888d 100644
--- a/pkgs/development/haskell-modules/configuration-hackage2nix/transitive-broken.yaml
+++ b/pkgs/development/haskell-modules/configuration-hackage2nix/transitive-broken.yaml
@@ -660,9 +660,9 @@ dont-distribute-packages:
  - arithmetic-circuits
  - array-forth
  - arraylist
+ - ascii
  - ascii-cows
  - ascii-table
- - ascii_1_1_2_0
  - asic
  - asif
  - assert4hs-hspec
@@ -795,7 +795,6 @@ dont-distribute-packages:
  - bip32
  - birch-beer
  - bird
- - bisc
  - biscuit-servant
  - bit-array
  - bitcoin-address
@@ -1849,7 +1848,6 @@ dont-distribute-packages:
  - graphql-utils
  - graphtype
  - greencard-lib
- - grid-proto
  - gridbounds
  - gridland
  - groot
@@ -2110,7 +2108,6 @@ dont-distribute-packages:
  - hie-core
  - hierarchical-env
  - hierarchical-spectral-clustering
- - higher-leveldb
  - highjson-swagger
  - highjson-th
  - himpy
@@ -3129,7 +3126,6 @@ dont-distribute-packages:
  - potoki-conduit
  - potoki-hasql
  - potoki-zlib
- - powerqueue-levelmem
  - powerqueue-sqs
  - pqueue-mtl
  - practice-room
@@ -3272,10 +3268,13 @@ dont-distribute-packages:
  - rdioh
  - react-flux-servant
  - reactive
+ - reactive-balsa
  - reactive-banana-sdl
  - reactive-banana-wx
  - reactive-fieldtrip
  - reactive-glut
+ - reactive-jack
+ - reactive-midyim
  - reactor
  - readline-in-other-words
  - readpyc
@@ -3317,6 +3316,7 @@ dont-distribute-packages:
  - regions-monadstf
  - regions-mtl
  - registry-hedgehog
+ - registry-hedgehog-aeson
  - regular-extras
  - regular-web
  - regular-xmlpickler
@@ -3638,7 +3638,6 @@ dont-distribute-packages:
  - sock2stream
  - socket-io
  - sockets
- - socketson
  - solga
  - solga-swagger
  - solr
@@ -3903,7 +3902,6 @@ dont-distribute-packages:
  - triangulation
  - tries
  - trimpolya
- - tripLL
  - tropical-geometry
  - truelevel
  - trurl
diff --git a/pkgs/development/haskell-modules/hackage-packages.nix b/pkgs/development/haskell-modules/hackage-packages.nix
index 07e1bcbbc38fb..4bfda27b7b7af 100644
--- a/pkgs/development/haskell-modules/hackage-packages.nix
+++ b/pkgs/development/haskell-modules/hackage-packages.nix
@@ -6122,6 +6122,8 @@ self: {
        ];
        description = "Finite categories and usual categorical constructions on them";
        license = lib.licenses.gpl3Plus;
+       hydraPlatforms = lib.platforms.none;
+       broken = true;
      }) {};
 
   "FiniteMap" = callPackage
@@ -34047,6 +34049,7 @@ self: {
        testHaskellDepends = [ base hedgehog text ];
        description = "The ASCII character set and encoding";
        license = lib.licenses.asl20;
+       hydraPlatforms = lib.platforms.none;
      }) {};
 
   "ascii-art-to-unicode" = callPackage
@@ -37009,6 +37012,8 @@ self: {
        ];
        description = "Tool for decoding avro";
        license = lib.licenses.bsd3;
+       hydraPlatforms = lib.platforms.none;
+       broken = true;
      }) {};
 
   "avwx" = callPackage
@@ -43435,7 +43440,6 @@ self: {
        ];
        description = "A small tool that clears cookies (and more)";
        license = lib.licenses.gpl3Only;
-       hydraPlatforms = lib.platforms.none;
      }) {};
 
   "biscuit-haskell" = callPackage
@@ -115097,6 +115101,8 @@ self: {
        ];
        description = "GraphQL with batteries";
        license = lib.licenses.mpl20;
+       hydraPlatforms = lib.platforms.none;
+       broken = true;
      }) {};
 
   "graphql-utils" = callPackage
@@ -115614,7 +115620,6 @@ self: {
        executableHaskellDepends = [ base ];
        description = "Game engine for Prototyping on a Grid";
        license = lib.licenses.bsd3;
-       hydraPlatforms = lib.platforms.none;
      }) {};
 
   "gridbounds" = callPackage
@@ -132857,7 +132862,6 @@ self: {
        ];
        description = "A rich monadic API for working with leveldb databases";
        license = lib.licenses.bsd3;
-       hydraPlatforms = lib.platforms.none;
      }) {};
 
   "higherorder" = callPackage
@@ -216343,7 +216347,6 @@ self: {
        benchmarkSystemDepends = [ leveldb snappy ];
        description = "A high performance in memory and LevelDB backend for powerqueue";
        license = lib.licenses.bsd3;
-       hydraPlatforms = lib.platforms.none;
      }) {inherit (pkgs) leveldb; inherit (pkgs) snappy;};
 
   "powerqueue-sqs" = callPackage
@@ -226382,6 +226385,7 @@ self: {
        platforms = [
          "aarch64-linux" "armv7l-linux" "i686-linux" "x86_64-linux"
        ];
+       hydraPlatforms = lib.platforms.none;
      }) {};
 
   "reactive-banana" = callPackage
@@ -226422,6 +226426,8 @@ self: {
        testHaskellDepends = [ base doctest ];
        description = "home (etc) automation using reactive-banana";
        license = lib.licenses.agpl3Only;
+       hydraPlatforms = lib.platforms.none;
+       broken = true;
      }) {};
 
   "reactive-banana-bunch" = callPackage
@@ -226437,6 +226443,8 @@ self: {
        ];
        description = "Extend reactive-banana to multiple events per time point";
        license = lib.licenses.bsd3;
+       hydraPlatforms = lib.platforms.none;
+       broken = true;
      }) {};
 
   "reactive-banana-gi-gtk" = callPackage
@@ -226595,6 +226603,7 @@ self: {
        ];
        description = "Process MIDI events via reactive-banana and JACK";
        license = lib.licenses.bsd3;
+       hydraPlatforms = lib.platforms.none;
      }) {};
 
   "reactive-midyim" = callPackage
@@ -226614,6 +226623,7 @@ self: {
        ];
        description = "Process MIDI events via reactive-banana";
        license = lib.licenses.bsd3;
+       hydraPlatforms = lib.platforms.none;
      }) {};
 
   "reactive-thread" = callPackage
@@ -229968,6 +229978,7 @@ self: {
        testToolDepends = [ tasty-discover ];
        description = "Hedgehog generators for Aeson";
        license = lib.licenses.mit;
+       hydraPlatforms = lib.platforms.none;
      }) {};
 
   "regress" = callPackage
@@ -253151,7 +253162,6 @@ self: {
        ];
        description = "A small websocket backend provider";
        license = lib.licenses.mit;
-       hydraPlatforms = lib.platforms.none;
      }) {};
 
   "socks" = callPackage
@@ -258582,6 +258592,8 @@ self: {
        doHaddock = false;
        description = "A simple wrapper around stooq.pl API for downloading market data.";
        license = lib.licenses.mit;
+       hydraPlatforms = lib.platforms.none;
+       broken = true;
      }) {};
 
   "stopwatch" = callPackage
@@ -268740,6 +268752,8 @@ self: {
        libraryHaskellDepends = [ base reactive-banana termbox ];
        description = "reactive-banana + termbox";
        license = lib.licenses.bsd3;
+       hydraPlatforms = lib.platforms.none;
+       broken = true;
      }) {};
 
   "termbox-bindings" = callPackage
@@ -277561,7 +277575,6 @@ self: {
        ];
        description = "A very simple triple store";
        license = lib.licenses.mit;
-       hydraPlatforms = lib.platforms.none;
      }) {};
 
   "triplesec" = callPackage