summary refs log tree commit diff
path: root/pkgs/development/haskell-modules/hackage-packages.nix
diff options
context:
space:
mode:
authorEllie Hermaszewska <git@monoid.al>2022-01-11 15:02:54 +0800
committerEllie Hermaszewska <git@monoid.al>2022-01-11 15:02:54 +0800
commit6faf96d5023042b1204310c107a33a950273bc15 (patch)
treea6b2a9cf23c6cc1d3013dc910bd1e8c8337bfafd /pkgs/development/haskell-modules/hackage-packages.nix
parent1f4785f32c734948d1bc3a7f88b15055550eecdd (diff)
downloadnixpkgs-6faf96d5023042b1204310c107a33a950273bc15.tar
nixpkgs-6faf96d5023042b1204310c107a33a950273bc15.tar.gz
nixpkgs-6faf96d5023042b1204310c107a33a950273bc15.tar.bz2
nixpkgs-6faf96d5023042b1204310c107a33a950273bc15.tar.lz
nixpkgs-6faf96d5023042b1204310c107a33a950273bc15.tar.xz
nixpkgs-6faf96d5023042b1204310c107a33a950273bc15.tar.zst
nixpkgs-6faf96d5023042b1204310c107a33a950273bc15.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/hackage-packages.nix')
-rw-r--r--pkgs/development/haskell-modules/hackage-packages.nix12
1 files changed, 12 insertions, 0 deletions
diff --git a/pkgs/development/haskell-modules/hackage-packages.nix b/pkgs/development/haskell-modules/hackage-packages.nix
index a8a8dcbd1bd..b94e9d070b8 100644
--- a/pkgs/development/haskell-modules/hackage-packages.nix
+++ b/pkgs/development/haskell-modules/hackage-packages.nix
@@ -115780,6 +115780,8 @@ self: {
        ];
        description = "Converts a graph-trace log into a DOT file for use with Graphviz";
        license = lib.licenses.mit;
+       hydraPlatforms = lib.platforms.none;
+       broken = true;
      }) {};
 
   "graph-trace-viz" = callPackage
@@ -115797,6 +115799,7 @@ self: {
        ];
        description = "Converts a graph-trace log into an HTML document";
        license = lib.licenses.mit;
+       hydraPlatforms = lib.platforms.none;
      }) {};
 
   "graph-utils" = callPackage
@@ -116938,6 +116941,8 @@ self: {
        ];
        description = "Type-safe datatype-database mapping library";
        license = lib.licenses.bsd3;
+       hydraPlatforms = lib.platforms.none;
+       broken = true;
      }) {};
 
   "groundhog-mysql" = callPackage
@@ -188863,6 +188868,7 @@ self: {
        testHaskellDepends = [ base hspec ip text ];
        description = "Datastructures to describe TCP and MPTCP connections";
        license = lib.licenses.gpl3Only;
+       hydraPlatforms = lib.platforms.none;
      }) {};
 
   "mptcp-pm" = callPackage
@@ -229907,6 +229913,8 @@ self: {
        ];
        description = "Basic support for using the Ace editor with Reflex";
        license = lib.licenses.bsd3;
+       hydraPlatforms = lib.platforms.none;
+       broken = true;
      }) {};
 
   "reflex-dom-colonnade" = callPackage
@@ -231084,6 +231092,8 @@ self: {
        testHaskellDepends = [ base bytestring tasty tasty-hunit ];
        description = "Bindings to Rust's regex library";
        license = lib.licenses.gpl3Only;
+       hydraPlatforms = lib.platforms.none;
+       broken = true;
      }) {rure = null;};
 
   "regex-tdfa" = callPackage
@@ -255586,6 +255596,7 @@ self: {
        testToolDepends = [ hspec-discover ];
        description = "A simple programming and debugging environment";
        license = lib.licenses.gpl3Only;
+       hydraPlatforms = lib.platforms.none;
      }) {};
 
   "spake2" = callPackage
@@ -277361,6 +277372,7 @@ self: {
        ];
        description = "Extensible records library";
        license = lib.licenses.bsd3;
+       hydraPlatforms = lib.platforms.none;
      }) {};
 
   "tophat" = callPackage