diff --git a/pkgs/development/haskell-modules/configuration-hackage2nix/broken.yaml b/pkgs/development/haskell-modules/configuration-hackage2nix/broken.yaml index bd51b46abdd..aa4a3fc2790 100644 --- a/pkgs/development/haskell-modules/configuration-hackage2nix/broken.yaml +++ b/pkgs/development/haskell-modules/configuration-hackage2nix/broken.yaml @@ -493,6 +493,7 @@ broken-packages: - buster - Buster - butter + - buttplug-hs-core - bv-little - byline - bytearray-parsing @@ -2065,6 +2066,7 @@ broken-packages: - hasql-explain-tests - hasql-generic - hasql-implicits + - hasql-resource-pool - hasql-simple - hasql-streams-example - hasql-url @@ -2556,6 +2558,7 @@ broken-packages: - hweblib - hw-fingertree-strict - hwhile + - hw-lazy - hw-mquery - hworker - hw-playground-linear @@ -2664,6 +2667,7 @@ broken-packages: - interruptible - interval - interval-algebra + - interval-patterns - IntFormats - int-multimap - intricacy @@ -2816,6 +2820,7 @@ broken-packages: - kawaii - Kawaii-Parser - kawhi + - kazura-queue - kdesrc-build-extra - kdt - kd-tree @@ -3951,6 +3956,7 @@ broken-packages: - polynom - polynomial-algebra - polysemy-check + - polysemy-http - polysemy-keyed-state - polysemy-kvstore-jsonfile - polysemy-managed @@ -4230,6 +4236,7 @@ broken-packages: - reason-export - record - record-encode + - record-impl - records - record-wrangler - recursion-schemes-ext @@ -5625,6 +5632,7 @@ broken-packages: - winery - wires - wiring + - witness - witty - wkt - wkt-geom @@ -5733,6 +5741,7 @@ broken-packages: - YamlReference - yaml-rpc - yaml-union + - yaml-unscrambler - yampa2048 - yampa-glfw - yampa-gloss diff --git a/pkgs/development/haskell-modules/configuration-hackage2nix/transitive-broken.yaml b/pkgs/development/haskell-modules/configuration-hackage2nix/transitive-broken.yaml index 53eb14c1f41..bfbf5057955 100644 --- a/pkgs/development/haskell-modules/configuration-hackage2nix/transitive-broken.yaml +++ b/pkgs/development/haskell-modules/configuration-hackage2nix/transitive-broken.yaml @@ -1275,6 +1275,9 @@ dont-distribute-packages: - dobutokO4 - doc-review - dom-parser + - domain + - domain-aeson + - domain-cereal - dormouse-client - dotparse - doublezip @@ -1939,6 +1942,8 @@ dont-distribute-packages: - haskades - haskdeep - haskeem + - haskell-admin + - haskell-admin-managed-functions - haskell-aliyun - haskell-bitmex-client - haskell-docs @@ -2169,6 +2174,7 @@ dont-distribute-packages: - hranker - hreq-client - hreq-conduit + - hriemann - hs - hs-blake2 - hs-ffmpeg @@ -2490,7 +2496,6 @@ dont-distribute-packages: - labyrinth - labyrinth-server - laika - - lambda-calculator - lambda-devs - lambda-options - lambdaFeed @@ -3316,6 +3321,7 @@ dont-distribute-packages: - regions-monadsfd - regions-monadstf - regions-mtl + - registry-aeson - registry-hedgehog - registry-hedgehog-aeson - registry-messagepack diff --git a/pkgs/development/haskell-modules/hackage-packages.nix b/pkgs/development/haskell-modules/hackage-packages.nix index b820fbac18d..914a9c6337e 100644 --- a/pkgs/development/haskell-modules/hackage-packages.nix +++ b/pkgs/development/haskell-modules/hackage-packages.nix @@ -49540,7 +49540,9 @@ self: { ]; description = "Client library for buttplug.io"; license = lib.licenses.bsd3; + hydraPlatforms = lib.platforms.none; mainProgram = "buttplug-example"; + broken = true; }) {}; "bv" = callPackage @@ -83622,6 +83624,7 @@ self: { ]; description = "Codegen helping you define domain models"; license = lib.licenses.mit; + hydraPlatforms = lib.platforms.none; }) {}; "domain-aeson" = callPackage @@ -83641,6 +83644,7 @@ self: { testHaskellDepends = [ domain rerebase ]; description = "Integration of domain with aeson"; license = lib.licenses.mit; + hydraPlatforms = lib.platforms.none; }) {}; "domain-auth" = callPackage @@ -83677,6 +83681,7 @@ self: { testHaskellDepends = [ cereal cereal-text domain rerebase ]; description = "Integration of domain with cereal"; license = lib.licenses.mit; + hydraPlatforms = lib.platforms.none; }) {}; "domain-core" = callPackage @@ -125463,6 +125468,7 @@ self: { ]; description = "Remote Management Platform for Haskell Applications"; license = lib.licenses.mit; + hydraPlatforms = lib.platforms.none; }) {}; "haskell-admin-core" = callPackage @@ -125524,6 +125530,7 @@ self: { ]; description = "Managed Functions integration for Haskell Admin"; license = lib.licenses.mit; + hydraPlatforms = lib.platforms.none; }) {}; "haskell-aliyun" = callPackage @@ -129836,6 +129843,8 @@ self: { testHaskellDepends = [ base-prelude hasql hspec ]; description = "A pool of connections for Hasql based on resource-pool"; license = lib.licenses.mit; + hydraPlatforms = lib.platforms.none; + broken = true; }) {}; "hasql-simple" = callPackage @@ -142953,6 +142962,7 @@ self: { ]; description = "A Riemann Client for Haskell"; license = lib.licenses.mit; + hydraPlatforms = lib.platforms.none; mainProgram = "hriemann-exe"; }) {}; @@ -152530,6 +152540,8 @@ self: { testToolDepends = [ doctest-discover hspec-discover ]; description = "Combinators for lazy IO"; license = lib.licenses.bsd3; + hydraPlatforms = lib.platforms.none; + broken = true; }) {}; "hw-mquery" = callPackage @@ -158752,6 +158764,8 @@ self: { time time-compat ]; license = lib.licenses.bsd3; + hydraPlatforms = lib.platforms.none; + broken = true; }) {}; "intervals" = callPackage @@ -165396,6 +165410,8 @@ self: { ]; description = "Fast concurrent queues much inspired by unagi-chan"; license = lib.licenses.bsd3; + hydraPlatforms = lib.platforms.none; + broken = true; }) {}; "kbq-gu" = callPackage @@ -167841,7 +167857,6 @@ self: { ]; description = "A lambda calculus interpreter"; license = lib.licenses.mit; - hydraPlatforms = lib.platforms.none; mainProgram = "lambda-calculator"; }) {}; @@ -219002,6 +219017,8 @@ self: { ]; description = "Polysemy Effects for HTTP clients"; license = "BSD-2-Clause-Patent"; + hydraPlatforms = lib.platforms.none; + broken = true; }) {}; "polysemy-keyed-state" = callPackage @@ -233102,6 +233119,8 @@ self: { ]; testHaskellDepends = [ base time ]; license = lib.licenses.bsd3; + hydraPlatforms = lib.platforms.none; + broken = true; }) {}; "record-operations" = callPackage @@ -235828,6 +235847,7 @@ self: { ]; description = "Aeson encoders / decoders"; license = lib.licenses.mit; + hydraPlatforms = lib.platforms.none; }) {}; "registry-hedgehog" = callPackage @@ -301180,6 +301200,8 @@ self: { libraryHaskellDepends = [ base constraints countable ]; description = "values that witness types"; license = lib.licenses.bsd2; + hydraPlatforms = lib.platforms.none; + broken = true; }) {}; "witty" = callPackage @@ -306244,6 +306266,8 @@ self: { ]; description = "Flexible declarative YAML parsing toolkit"; license = lib.licenses.mit; + hydraPlatforms = lib.platforms.none; + broken = true; }) {}; "yaml2owl" = callPackage