diff --git a/pkgs/development/haskell-modules/configuration-hackage2nix/broken.yaml b/pkgs/development/haskell-modules/configuration-hackage2nix/broken.yaml index 509da53381d..2fcf4bc890b 100644 --- a/pkgs/development/haskell-modules/configuration-hackage2nix/broken.yaml +++ b/pkgs/development/haskell-modules/configuration-hackage2nix/broken.yaml @@ -117,6 +117,7 @@ broken-packages: - alerta - alex-prelude - alfred + - alfred-margaret - alga - algebra-dag - algebraic-classes @@ -1013,6 +1014,7 @@ broken-packages: - dbf - DBlimited - dbm + - dbmigrations - dbmigrations-mysql - dbmigrations-postgresql - dbmigrations-sqlite @@ -1914,6 +1916,7 @@ broken-packages: - HandlerSocketClient - handsy - Hangman + - HangmanAscii - hannahci - hans - hanspell @@ -2905,6 +2908,7 @@ broken-packages: - layers - layout - layout-bootstrap + - layout-rules - lazify - lazyarray - lazyboy @@ -3913,6 +3917,7 @@ broken-packages: - plzwrk - pngload-fixed - pocket + - podenv - pointedalternative - pointfree-fancy - pointful @@ -4628,6 +4633,7 @@ broken-packages: - simple-templates - simple-ui - simple-units + - simple-vec3 - simplexmq - simple-zipper - simplistic-generics diff --git a/pkgs/development/haskell-modules/configuration-hackage2nix/transitive-broken.yaml b/pkgs/development/haskell-modules/configuration-hackage2nix/transitive-broken.yaml index 3828a55fab4..e62cdd83090 100644 --- a/pkgs/development/haskell-modules/configuration-hackage2nix/transitive-broken.yaml +++ b/pkgs/development/haskell-modules/configuration-hackage2nix/transitive-broken.yaml @@ -666,7 +666,7 @@ dont-distribute-packages: - ascii - ascii-cows - ascii-table - - ascii_1_2_2_0 + - ascii_1_2_3_0 - asic - asif - assert4hs-hspec diff --git a/pkgs/development/haskell-modules/hackage-packages.nix b/pkgs/development/haskell-modules/hackage-packages.nix index c560a51824f..799882c1fff 100644 --- a/pkgs/development/haskell-modules/hackage-packages.nix +++ b/pkgs/development/haskell-modules/hackage-packages.nix @@ -10013,6 +10013,8 @@ self: { ]; description = "Yet another Hangman game"; license = lib.licenses.bsd3; + hydraPlatforms = lib.platforms.none; + broken = true; }) {}; "HappyTree" = callPackage @@ -26586,6 +26588,8 @@ self: { benchmarkHaskellDepends = [ base criterion deepseq vector ]; description = "Fast Aho-Corasick string searching"; license = lib.licenses.bsd3; + hydraPlatforms = lib.platforms.none; + broken = true; }) {}; "alg" = callPackage @@ -73842,6 +73846,8 @@ self: { ]; description = "An implementation of relational database \"migrations\""; license = lib.licenses.bsd3; + hydraPlatforms = lib.platforms.none; + broken = true; }) {}; "dbmigrations-mysql" = callPackage @@ -167635,6 +167641,8 @@ self: { libraryHaskellDepends = [ alex-tools base text ]; description = "A collection of different layout implementations"; license = lib.licenses.bsd3; + hydraPlatforms = lib.platforms.none; + broken = true; }) {}; "layouting" = callPackage @@ -214066,6 +214074,8 @@ self: { testHaskellDepends = [ base hspec text ]; description = "A container wrapper"; license = lib.licenses.asl20; + hydraPlatforms = lib.platforms.none; + broken = true; }) {}; "point-octree" = callPackage @@ -250209,6 +250219,8 @@ self: { benchmarkHaskellDepends = [ base criterion vector ]; description = "Three-dimensional vectors of doubles with basic operations"; license = lib.licenses.bsd3; + hydraPlatforms = lib.platforms.none; + broken = true; }) {}; "simple-zipper" = callPackage