diff --git a/pkgs/development/haskell-modules/configuration-hackage2nix/broken.yaml b/pkgs/development/haskell-modules/configuration-hackage2nix/broken.yaml index 951047fb54fd..fd16757e5222 100644 --- a/pkgs/development/haskell-modules/configuration-hackage2nix/broken.yaml +++ b/pkgs/development/haskell-modules/configuration-hackage2nix/broken.yaml @@ -1135,6 +1135,7 @@ broken-packages: - dotfs - dot-linker - doublify-toolkit + - dovetail - downloader - dozenal - dozens @@ -1328,6 +1329,7 @@ broken-packages: - explicit-constraint-lens - explicit-determinant - explicit-iomodes + - exploring-interpreters - exposed-containers - expression-parser - expressions @@ -1663,15 +1665,19 @@ broken-packages: - ghc-usage - gh-labeler - giak + - gi-cogl - Gifcurry - gi-graphene - gi-gsttag + - gi-gtk-layer-shell - gi-gtkosxapplication - gi-gtksheet - gi-handy + - gi-json - ginsu - gipeda - giphy-api + - gi-rsvg - gist - GiST - git @@ -3456,6 +3462,7 @@ broken-packages: - onama - ONC-RPC - on-demand-ssh-tunnel + - one-line-aeson-text - one-liner-instances - oneormore - onpartitions @@ -3784,6 +3791,7 @@ broken-packages: - polydata-core - polynom - polynomial + - polysemy-mocks - polysemy-plugin - polysemy-zoo - polytypeable @@ -4722,6 +4730,7 @@ broken-packages: - stripe-http-streams - stripe-signature - stripe-tests + - stripe-wreq - strong-path - strongswan-sql - structural-traversal diff --git a/pkgs/development/haskell-modules/configuration-hackage2nix/transitive-broken.yaml b/pkgs/development/haskell-modules/configuration-hackage2nix/transitive-broken.yaml index 505358dd4c40..454e9eecb5e4 100644 --- a/pkgs/development/haskell-modules/configuration-hackage2nix/transitive-broken.yaml +++ b/pkgs/development/haskell-modules/configuration-hackage2nix/transitive-broken.yaml @@ -992,6 +992,7 @@ dont-distribute-packages: - domain-core - domain-optics - dormouse-client + - dovetail-aeson - dow - download-media-content - dph-examples @@ -1228,9 +1229,11 @@ dont-distribute-packages: - ghcjs-hplay - ght - gi-cairo-again + - gi-clutter + - gi-coglpango - gi-gsk - gi-gstpbutils - - gi-gtk_4_0_4 + - gi-gtk_4_0_5 - git-fmt - git-gpush - git-object @@ -2381,10 +2384,14 @@ dont-distribute-packages: - polydata - polysemy-RandomFu - polysemy-check + - polysemy-conc - polysemy-http + - polysemy-log - polysemy-log-co + - polysemy-log-di - polysemy-methodology-co-log - polysemy-optics + - polysemy-process - polysemy-readline - polysemy-resume - polysemy-webserver diff --git a/pkgs/development/haskell-modules/hackage-packages.nix b/pkgs/development/haskell-modules/hackage-packages.nix index de5d359b8e20..8eed7e083d60 100644 --- a/pkgs/development/haskell-modules/hackage-packages.nix +++ b/pkgs/development/haskell-modules/hackage-packages.nix @@ -81071,6 +81071,8 @@ self: { ]; description = "A PureScript interpreter with a Haskell FFI"; license = lib.licenses.bsd3; + hydraPlatforms = lib.platforms.none; + broken = true; }) {}; "dovetail-aeson" = callPackage @@ -81087,6 +81089,7 @@ self: { ]; description = "Use Aeson from your Dovetail programs"; license = lib.licenses.bsd3; + hydraPlatforms = lib.platforms.none; }) {}; "dovin" = callPackage @@ -90170,6 +90173,8 @@ self: { ]; description = "A generic exploring interpreter for exploratory programming"; license = lib.licenses.bsd3; + hydraPlatforms = lib.platforms.none; + broken = true; }) {}; "exposed-containers" = callPackage @@ -106120,6 +106125,7 @@ self: { libraryPkgconfigDepends = [ clutter ]; description = "clutter GObject bindings"; license = lib.licenses.lgpl21Only; + hydraPlatforms = lib.platforms.none; }) {inherit (pkgs) clutter;}; "gi-cogl" = callPackage @@ -106139,6 +106145,8 @@ self: { libraryPkgconfigDepends = [ cogl ]; description = "COGL GObject bindings"; license = lib.licenses.lgpl21Only; + hydraPlatforms = lib.platforms.none; + broken = true; }) {inherit (pkgs) cogl;}; "gi-coglpango" = callPackage @@ -106162,6 +106170,7 @@ self: { libraryPkgconfigDepends = [ cogl-pango ]; description = "Cogl Pango GObject bindings"; license = lib.licenses.lgpl21Only; + hydraPlatforms = lib.platforms.none; }) {cogl-pango = null;}; "gi-dbusmenu" = callPackage @@ -107089,6 +107098,8 @@ self: { libraryPkgconfigDepends = [ gtk-layer-shell ]; description = "gtk-layer-shell bindings"; license = lib.licenses.lgpl21Only; + hydraPlatforms = lib.platforms.none; + broken = true; }) {inherit (pkgs) gtk-layer-shell;}; "gi-gtkosxapplication" = callPackage @@ -107367,6 +107378,8 @@ self: { libraryPkgconfigDepends = [ json-glib ]; description = "JSON GObject bindings"; license = lib.licenses.lgpl21Only; + hydraPlatforms = lib.platforms.none; + broken = true; }) {inherit (pkgs) json-glib;}; "gi-notify" = callPackage @@ -107630,6 +107643,8 @@ self: { libraryPkgconfigDepends = [ librsvg ]; description = "librsvg bindings"; license = lib.licenses.lgpl21Only; + hydraPlatforms = lib.platforms.none; + broken = true; }) {inherit (pkgs) librsvg;}; "gi-secret" = callPackage @@ -197619,6 +197634,8 @@ self: { testHaskellDepends = [ aeson base text ]; description = "Pretty-printing short Aeson values as text"; license = lib.licenses.asl20; + hydraPlatforms = lib.platforms.none; + broken = true; }) {}; "one-liner" = callPackage @@ -212500,6 +212517,7 @@ self: { ]; description = "Polysemy Effects for Concurrency"; license = "BSD-2-Clause-Patent"; + hydraPlatforms = lib.platforms.none; }) {}; "polysemy-extra" = callPackage @@ -212646,6 +212664,7 @@ self: { ]; description = "Polysemy Effects for Logging"; license = "BSD-2-Clause-Patent"; + hydraPlatforms = lib.platforms.none; }) {}; "polysemy-log-co" = callPackage @@ -212686,6 +212705,7 @@ self: { ]; description = "Di Adapters for Polysemy-Log"; license = "BSD-2-Clause-Patent"; + hydraPlatforms = lib.platforms.none; }) {}; "polysemy-methodology" = callPackage @@ -212753,6 +212773,8 @@ self: { testToolDepends = [ hspec-discover ]; description = "Mocking framework for polysemy effects"; license = lib.licenses.bsd3; + hydraPlatforms = lib.platforms.none; + broken = true; }) {}; "polysemy-optics" = callPackage @@ -212853,6 +212875,7 @@ self: { ]; description = "Polysemy Effects for System Processes"; license = "BSD-2-Clause-Patent"; + hydraPlatforms = lib.platforms.none; }) {}; "polysemy-readline" = callPackage @@ -259895,6 +259918,8 @@ self: { ]; description = "Use the Stripe API via Wreq"; license = lib.licenses.mit; + hydraPlatforms = lib.platforms.none; + broken = true; }) {}; "stripeapi" = callPackage