diff --git a/pkgs/development/haskell-modules/configuration-hackage2nix/broken.yaml b/pkgs/development/haskell-modules/configuration-hackage2nix/broken.yaml index e1b480c5b026..02cd5717743e 100644 --- a/pkgs/development/haskell-modules/configuration-hackage2nix/broken.yaml +++ b/pkgs/development/haskell-modules/configuration-hackage2nix/broken.yaml @@ -447,6 +447,7 @@ broken-packages: - bogocopy - bolt - boltzmann-brain + - bookhound - bookkeeper - boolean-normal-forms - boolexpr @@ -501,6 +502,7 @@ broken-packages: - buttplug-hs-core - bv-little - byline + - by-other-names - bytearray-parsing - bytestring-aeson-orphans - bytestring-arbitrary @@ -688,7 +690,13 @@ broken-packages: - clanki - clarifai - CLASE + - clashilator + - clash-multisignal + - clash-prelude-quickcheck - Clash-Royale-Hack-Cheats + - clash-systemverilog + - clash-verilog + - clash-vhdl - ClassLaws - classy-influxdb-simple - classy-parallel @@ -1707,6 +1715,7 @@ broken-packages: - ghc-parmake - ghc-pkg-autofix - ghc-pkg-lib + - ghc-plugin-non-empty - ghc-plugs-out - ghc-prof - ghc-proofs @@ -3039,6 +3048,7 @@ broken-packages: - linux-kmod - linux-perf - linx-gateway + - lion - lipsum-gen - liquid - liquidhaskell-cabal diff --git a/pkgs/development/haskell-modules/configuration-hackage2nix/transitive-broken.yaml b/pkgs/development/haskell-modules/configuration-hackage2nix/transitive-broken.yaml index fbd9eaa389cd..b7b512edeab1 100644 --- a/pkgs/development/haskell-modules/configuration-hackage2nix/transitive-broken.yaml +++ b/pkgs/development/haskell-modules/configuration-hackage2nix/transitive-broken.yaml @@ -830,6 +830,7 @@ dont-distribute-packages: - bond - bond-haskell - bond-haskell-compiler + - bookhound-format - bookkeeper-permissions - boomslang - boopadoop @@ -3310,6 +3311,7 @@ dont-distribute-packages: - regex-genex - regex-pcre-text - regex-pderiv + - regex-tdfa_1_3_2 - regex-xmlschema - regexchar - regexp-tries @@ -3518,6 +3520,8 @@ dont-distribute-packages: - servant-jsonrpc-client - servant-jsonrpc-server - servant-matrix-param + - servant-oauth2 + - servant-oauth2-examples - servant-polysemy - servant-postgresql - servant-pushbullet-client diff --git a/pkgs/development/haskell-modules/hackage-packages.nix b/pkgs/development/haskell-modules/hackage-packages.nix index 4a8d1e8711ce..8f2872558e78 100644 --- a/pkgs/development/haskell-modules/hackage-packages.nix +++ b/pkgs/development/haskell-modules/hackage-packages.nix @@ -47088,6 +47088,8 @@ self: { libraryHaskellDepends = [ base containers text time ]; description = "Simple Parser Combinators"; license = "LGPL"; + hydraPlatforms = lib.platforms.none; + broken = true; }) {}; "bookhound-format" = callPackage @@ -47099,6 +47101,7 @@ self: { libraryHaskellDepends = [ base bookhound containers text time ]; description = "Parsers for usual data formats"; license = "LGPL"; + hydraPlatforms = lib.platforms.none; }) {}; "bookkeeper" = callPackage @@ -49788,6 +49791,8 @@ self: { testHaskellDepends = [ aeson base doctest tasty tasty-hunit ]; description = "Give aliases to record fields"; license = lib.licenses.bsd3; + hydraPlatforms = lib.platforms.none; + broken = true; }) {}; "byline" = callPackage @@ -58712,6 +58717,8 @@ self: { base clash-prelude deepseq ghc-typelits-knownnat QuickCheck ]; license = lib.licenses.bsd3; + hydraPlatforms = lib.platforms.none; + broken = true; }) {}; "clash-prelude" = callPackage @@ -58778,6 +58785,8 @@ self: { libraryHaskellDepends = [ base clash-prelude QuickCheck ]; description = "QuickCheck instances for various types in the CλaSH Prelude"; license = "unknown"; + hydraPlatforms = lib.platforms.none; + broken = true; }) {}; "clash-shake" = callPackage @@ -58812,6 +58821,8 @@ self: { ]; description = "CAES Language for Synchronous Hardware - SystemVerilog backend"; license = lib.licenses.bsd2; + hydraPlatforms = lib.platforms.none; + broken = true; }) {}; "clash-verilog" = callPackage @@ -58829,6 +58840,8 @@ self: { ]; description = "CAES Language for Synchronous Hardware - Verilog backend"; license = lib.licenses.bsd2; + hydraPlatforms = lib.platforms.none; + broken = true; }) {}; "clash-vhdl" = callPackage @@ -58846,6 +58859,8 @@ self: { ]; description = "CAES Language for Synchronous Hardware - VHDL backend"; license = lib.licenses.bsd2; + hydraPlatforms = lib.platforms.none; + broken = true; }) {}; "clashilator" = callPackage @@ -58869,7 +58884,9 @@ self: { ]; description = "Automated Clash to Verilator bridge"; license = lib.licenses.mit; + hydraPlatforms = lib.platforms.none; mainProgram = "clashilator"; + broken = true; }) {}; "classify" = callPackage @@ -108711,6 +108728,8 @@ self: { testHaskellDepends = [ base hspec ]; description = "GHC Plugin for non-empty lists"; license = lib.licenses.mpl20; + hydraPlatforms = lib.platforms.none; + broken = true; }) {}; "ghc-plugs-out" = callPackage @@ -176514,6 +176533,8 @@ self: { ]; description = "RISC-V Core"; license = lib.licenses.bsd3; + hydraPlatforms = lib.platforms.none; + broken = true; }) {}; "lipsum-gen" = callPackage @@ -251257,6 +251278,7 @@ self: { ]; description = "A library for OAuth2 authentication in servant"; license = "unknown"; + hydraPlatforms = lib.platforms.none; }) {}; "servant-oauth2-examples" = callPackage @@ -251286,6 +251308,7 @@ self: { ]; description = "Example applications using this library in three ways"; license = "unknown"; + hydraPlatforms = lib.platforms.none; }) {}; "servant-openapi3" = callPackage