diff --git a/pkgs/development/haskell-modules/configuration-hackage2nix/broken.yaml b/pkgs/development/haskell-modules/configuration-hackage2nix/broken.yaml index 4f68751011a7..7bfb40759473 100644 --- a/pkgs/development/haskell-modules/configuration-hackage2nix/broken.yaml +++ b/pkgs/development/haskell-modules/configuration-hackage2nix/broken.yaml @@ -2027,6 +2027,7 @@ broken-packages: - hastache - haste - haste-prim + - has-transformers - hat - hatex-guide - hats @@ -2075,6 +2076,7 @@ broken-packages: - hdph-closure - hdr-histogram - HDRUtils + - headed-megaparsec - headergen - heap-console - heapsort @@ -2731,6 +2733,7 @@ broken-packages: - kmonad - kmp-dfa - koellner-phonetic + - koji-install - Konf - kontra-config - kparams diff --git a/pkgs/development/haskell-modules/configuration-hackage2nix/transitive-broken.yaml b/pkgs/development/haskell-modules/configuration-hackage2nix/transitive-broken.yaml index 1ad32d5bbdd6..f5607d28feaf 100644 --- a/pkgs/development/haskell-modules/configuration-hackage2nix/transitive-broken.yaml +++ b/pkgs/development/haskell-modules/configuration-hackage2nix/transitive-broken.yaml @@ -1574,7 +1574,7 @@ dont-distribute-packages: - hmeap - hmeap-utils - hmep - - hmm-lapack_0_4_1 + - hmm-lapack_0_5 - hmt - hmt-diagrams - hnormalise @@ -1920,7 +1920,7 @@ dont-distribute-packages: - language-python-colour - language-qux - language-spelling - - lapack_0_4 + - lapack_0_5 - lat - latex-formulae-hakyll - latex-formulae-pandoc diff --git a/pkgs/development/haskell-modules/hackage-packages.nix b/pkgs/development/haskell-modules/hackage-packages.nix index 6ece712c6c7d..f7339b3664c7 100644 --- a/pkgs/development/haskell-modules/hackage-packages.nix +++ b/pkgs/development/haskell-modules/hackage-packages.nix @@ -122672,6 +122672,8 @@ self: { testToolDepends = [ hspec-discover ]; description = "This library 'Has' transformers"; license = lib.licenses.mit; + hydraPlatforms = lib.platforms.none; + broken = true; }) {}; "hasbolt" = callPackage @@ -129727,6 +129729,8 @@ self: { ]; description = "More informative parser"; license = lib.licenses.mit; + hydraPlatforms = lib.platforms.none; + broken = true; }) {}; "headergen" = callPackage @@ -163598,6 +163602,8 @@ self: { testHaskellDepends = [ base simple-cmd ]; description = "CLI tool for installing rpms directly from Fedora Koji"; license = lib.licenses.bsd3; + hydraPlatforms = lib.platforms.none; + broken = true; }) {}; "kontra-config" = callPackage