diff --git a/pkgs/development/haskell-modules/configuration-hackage2nix/broken.yaml b/pkgs/development/haskell-modules/configuration-hackage2nix/broken.yaml index 3cb0b0a9a3e3..152a77d612f0 100644 --- a/pkgs/development/haskell-modules/configuration-hackage2nix/broken.yaml +++ b/pkgs/development/haskell-modules/configuration-hackage2nix/broken.yaml @@ -426,6 +426,7 @@ broken-packages: - bitx-bitcoin - bizzlelude-js - bkr + - blagda - blakesum - blas - blaze-html-hexpat @@ -471,6 +472,7 @@ broken-packages: - brick-dropdownmenu - brick-filetree - bricks-internal + - brick-tabular-list - brillig - brittany - broadcast-chan-tests @@ -510,6 +512,7 @@ broken-packages: - byline - by-other-names - bytearray-parsing + - bytepatch - bytestring-aeson-orphans - bytestring-arbitrary - bytestring-class @@ -2420,6 +2423,7 @@ broken-packages: - hquantlib-time - hquery - hR + - h-raylib - hreq-core - hRESP - h-reversi @@ -2618,6 +2622,7 @@ broken-packages: - hwhile - hw-json-demo - hw-json-lens + - hw-json-simd - hworker - hw-playground-linear - hw-prim-bits @@ -3006,6 +3011,7 @@ broken-packages: - LATS - launchdarkly-server-sdk - launchpad-control + - lawful-classes-hedgehog - lawless-concurrent-machines - layers - layout @@ -3357,8 +3363,10 @@ broken-packages: - ml-w - mm2 - mmsyn2 + - mmsyn4 - mmsyn7l - mmsyn7ukr-array + - mmsyn7ukr-common - mmtf - mmtl - Mobile-Legends-Hack-Cheats @@ -3432,6 +3440,7 @@ broken-packages: - monoid-owns - monoidplus - monoids + - monoid-statistics - monopati - monus - monzo @@ -3877,6 +3886,7 @@ broken-packages: - PasswordGenerator - passwords - pasta + - pasta-curves - pastis - pasty - patches-vector @@ -4182,6 +4192,7 @@ broken-packages: - process-leksah - process-listlike - processmemory + - process-sequential - procrastinating-variable - procstat - product-isomorphic @@ -4282,6 +4293,7 @@ broken-packages: - QuickAnnotate - quickbooks - quickcheck-arbitrary-template + - quickcheck-groups - quickcheck-monoid-subclasses - quickcheck-property-comb - quickcheck-property-monad @@ -4369,6 +4381,7 @@ broken-packages: - records - records-sop - record-wrangler + - recover-rtti - recursors - red-black-record - redis-glob @@ -5990,6 +6003,7 @@ broken-packages: - yoda - Yogurt - youtube + - yst - yu-auth - yu-core - yuiGrid diff --git a/pkgs/development/haskell-modules/configuration-hackage2nix/transitive-broken.yaml b/pkgs/development/haskell-modules/configuration-hackage2nix/transitive-broken.yaml index 05492ca714ba..fd70e850c408 100644 --- a/pkgs/development/haskell-modules/configuration-hackage2nix/transitive-broken.yaml +++ b/pkgs/development/haskell-modules/configuration-hackage2nix/transitive-broken.yaml @@ -676,10 +676,10 @@ dont-distribute-packages: - array-forth - arraylist - ascii-cows - - ascii-superset_1_2_5_0 + - ascii-superset_1_2_7_0 - ascii-table - ascii-th_1_2_0_0 - - ascii_1_5_2_0 + - ascii_1_5_4_0 - asic - asil - assert4hs-hspec @@ -1287,6 +1287,7 @@ dont-distribute-packages: - dobutokO3 - dobutokO4 - doc-review + - domaindriven - dormouse-client - dovetail - dovetail-aeson @@ -1594,6 +1595,7 @@ dont-distribute-packages: - ghc-instances - ghc-mod - ghc-session + - ghc-tags-pipes - ghc-tags-plugin - ghci-pretty - ghcjs-dom-hello @@ -1868,6 +1870,7 @@ dont-distribute-packages: - gridbounds - gridland - grisette + - grisette-monad-coroutine - groot - gross - groundhog-converters @@ -2299,6 +2302,9 @@ dont-distribute-packages: - huzzy - hw-all - hw-aws-sqs-conduit + - hw-json + - hw-json-simple-cursor + - hw-json-standard-cursor - hw-uri - hworker-ses - hwormhole diff --git a/pkgs/development/haskell-modules/hackage-packages.nix b/pkgs/development/haskell-modules/hackage-packages.nix index c08004a11a55..85dec491d2f9 100644 --- a/pkgs/development/haskell-modules/hackage-packages.nix +++ b/pkgs/development/haskell-modules/hackage-packages.nix @@ -46084,7 +46084,9 @@ self: { ]; description = "Shake frontend for Agda blogging"; license = lib.licenses.agpl3Only; + hydraPlatforms = lib.platforms.none; mainProgram = "blagda"; + broken = true; }) {}; "blake2" = callPackage @@ -48905,6 +48907,8 @@ self: { ]; description = "Tabular list widgets for brick"; license = lib.licenses.bsd0; + hydraPlatforms = lib.platforms.none; + broken = true; }) {}; "bricks" = callPackage @@ -50839,8 +50843,10 @@ self: { description = "Patch byte-representable data in a bytestream"; license = lib.licenses.mit; platforms = lib.platforms.x86; + hydraPlatforms = lib.platforms.none; mainProgram = "bytepatch"; maintainers = [ lib.maintainers.raehik ]; + broken = true; }) {}; "bytes" = callPackage @@ -85389,6 +85395,7 @@ self: { ]; description = "Batteries included event sourcing and CQRS"; license = lib.licenses.bsd3; + hydraPlatforms = lib.platforms.none; }) {}; "domaindriven-core" = callPackage @@ -111327,6 +111334,7 @@ self: { ]; description = "Streaming interface for ghc-tags-core"; license = lib.licenses.mpl20; + hydraPlatforms = lib.platforms.none; }) {}; "ghc-tags-plugin" = callPackage @@ -121342,6 +121350,7 @@ self: { ]; description = "Support for monad-coroutine package with Grisette"; license = lib.licenses.bsd3; + hydraPlatforms = lib.platforms.none; }) {}; "grm" = callPackage @@ -122856,6 +122865,8 @@ self: { ]; description = "Raylib bindings for Haskell"; license = lib.licenses.asl20; + hydraPlatforms = lib.platforms.none; + broken = true; }) {c = null; inherit (pkgs) libGL; inherit (pkgs.xorg) libX11; inherit (pkgs.xorg) libXcursor; inherit (pkgs.xorg) libXext; inherit (pkgs.xorg) libXi; inherit (pkgs.xorg) libXinerama; @@ -156101,6 +156112,7 @@ self: { doHaddock = false; description = "Memory efficient JSON parser"; license = lib.licenses.bsd3; + hydraPlatforms = lib.platforms.none; mainProgram = "hw-json"; }) {}; @@ -156178,7 +156190,9 @@ self: { testToolDepends = [ doctest-discover ]; description = "SIMD-based JSON semi-indexer"; license = lib.licenses.bsd3; + hydraPlatforms = lib.platforms.none; mainProgram = "hw-json-simd"; + broken = true; }) {}; "hw-json-simple-cursor" = callPackage @@ -156216,6 +156230,7 @@ self: { ]; description = "Memory efficient JSON parser"; license = lib.licenses.bsd3; + hydraPlatforms = lib.platforms.none; mainProgram = "hw-json"; }) {}; @@ -156256,6 +156271,7 @@ self: { ]; description = "Memory efficient JSON parser"; license = lib.licenses.bsd3; + hydraPlatforms = lib.platforms.none; mainProgram = "hw-json-standard-cursor"; }) {}; @@ -175436,6 +175452,8 @@ self: { ]; description = "Hedgehog support for lawful-classes"; license = lib.licenses.asl20; + hydraPlatforms = lib.platforms.none; + broken = true; }) {}; "lawful-classes-quickcheck" = callPackage @@ -192801,7 +192819,9 @@ self: { executableHaskellDepends = [ base directory mmsyn3 process ]; description = "The \"glue\" between electronic tables and GraphViz"; license = lib.licenses.mit; + hydraPlatforms = lib.platforms.none; mainProgram = "mmsyn4"; + broken = true; }) {}; "mmsyn5" = callPackage @@ -192978,6 +192998,8 @@ self: { libraryHaskellDepends = [ base directory mmsyn3 process ]; description = "Some common for mmsyn7ukr and mmsyn7ukr-array functionality using SoX"; license = lib.licenses.mit; + hydraPlatforms = lib.platforms.none; + broken = true; }) {}; "mmtf" = callPackage @@ -195665,6 +195687,8 @@ self: { ]; description = "Monoids for calculation of statistics of sample"; license = lib.licenses.bsd3; + hydraPlatforms = lib.platforms.none; + broken = true; }) {}; "monoid-subclasses" = callPackage @@ -216510,7 +216534,9 @@ self: { ]; description = "Provides the Pasta curves: Pallas, Vesta and their field elements Fp and Fq"; license = lib.licenses.mit; + hydraPlatforms = lib.platforms.none; mainProgram = "pasta-curves"; + broken = true; }) {}; "pastis" = callPackage @@ -230527,6 +230553,8 @@ self: { libraryHaskellDepends = [ base directory mmsyn3 process sublists ]; description = "A test suite for the complex multi files multi level processment"; license = lib.licenses.mit; + hydraPlatforms = lib.platforms.none; + broken = true; }) {}; "process-streaming" = callPackage @@ -235454,6 +235482,8 @@ self: { doHaddock = false; description = "Testing group class instances with QuickCheck"; license = lib.licenses.asl20; + hydraPlatforms = lib.platforms.none; + broken = true; }) {}; "quickcheck-higherorder" = callPackage @@ -239865,6 +239895,8 @@ self: { ]; description = "Recover run-time type information from the GHC heap"; license = lib.licenses.bsd3; + hydraPlatforms = lib.platforms.none; + broken = true; }) {}; "recursion" = callPackage @@ -319071,7 +319103,9 @@ self: { ]; description = "Builds a static website from templates and data in YAML or CSV files"; license = lib.licenses.gpl2Plus; + hydraPlatforms = lib.platforms.none; mainProgram = "yst"; + broken = true; }) {}; "ytl" = callPackage