diff --git a/pkgs/development/haskell-modules/configuration-hackage2nix/broken.yaml b/pkgs/development/haskell-modules/configuration-hackage2nix/broken.yaml index a189fc854ce3..5c916e0ecc49 100644 --- a/pkgs/development/haskell-modules/configuration-hackage2nix/broken.yaml +++ b/pkgs/development/haskell-modules/configuration-hackage2nix/broken.yaml @@ -458,6 +458,7 @@ broken-packages: - Bravo - brians-brain - brick-dropdownmenu + - brick-panes - bricks-internal - brillig - broccoli @@ -876,6 +877,7 @@ broken-packages: - couchdb-conduit - couch-hs - counter + - country - courier - court - coverage @@ -2280,6 +2282,7 @@ broken-packages: - hnn - hnop - hoauth + - hoauth2-providers - hoauth2-tutorial - hobbes - hobbits @@ -2418,6 +2421,7 @@ broken-packages: - hslogger-reader - hslogger-template - hs-logo + - hslua-list - hsluv-haskell - hsmagick - HSmarty @@ -2556,6 +2560,7 @@ broken-packages: - hw-playground-linear - hwsl2 - hx + - hxmppc - HXQ - hxt-cache - hxt-pickle-utils @@ -2626,6 +2631,7 @@ broken-packages: - imports - impossible - imprint + - incipit - indentation-core - index-core - indexed-containers @@ -3414,6 +3420,7 @@ broken-packages: - mzv - n2o-protocols - nagios-plugin-ekg + - named-binary-tag - named-lock - named-servant - named-sop @@ -3584,6 +3591,7 @@ broken-packages: - Omega - om-elm - om-fail + - om-http - om-http-logging - omnifmt - on-a-horse @@ -4141,6 +4149,7 @@ broken-packages: - quibble-core - QuickAnnotate - quickcheck-arbitrary-template + - quickcheck-lockstep - quickcheck-property-comb - quickcheck-property-monad - quickcheck-rematch @@ -4951,6 +4960,7 @@ broken-packages: - swagger - swagger-petstore - swagger-test + - swarm - swearjure - swf - swift-lda @@ -5077,6 +5087,7 @@ broken-packages: - test-framework-skip - test-framework-testing-feat - test-framework-th-prime + - test-lib - testloop - testpack - testpattern @@ -5357,6 +5368,7 @@ broken-packages: - unicode-prelude - unicode-symbols - unicode-tricks + - union - union-map - uniprot-kb - uniqueid diff --git a/pkgs/development/haskell-modules/configuration-hackage2nix/transitive-broken.yaml b/pkgs/development/haskell-modules/configuration-hackage2nix/transitive-broken.yaml index 7343aeb94400..e91640ae27dd 100644 --- a/pkgs/development/haskell-modules/configuration-hackage2nix/transitive-broken.yaml +++ b/pkgs/development/haskell-modules/configuration-hackage2nix/transitive-broken.yaml @@ -739,6 +739,8 @@ dont-distribute-packages: - battleships - bayes-stack - bbi + - bcp47 + - bcp47-orphans - bdcs - bdcs-api - beam-automigrate @@ -1100,6 +1102,7 @@ dont-distribute-packages: - cursedcsv - cv-combinators - cypher + - dahdit - dapi - darcs-benchmark - darcs-beta @@ -2103,6 +2106,7 @@ dont-distribute-packages: - hmt-diagrams - hnormalise - ho-rewriting + - hoauth2-providers-tutorial - hob - hogre - hogre-examples @@ -2780,6 +2784,7 @@ dont-distribute-packages: - mysql-haskell-nem - mysql-haskell-openssl - mysql-simple-typed + - mywork - n2o-web - nakadi-client - named-servant-client @@ -2865,6 +2870,8 @@ dont-distribute-packages: - ohloh-hs - ois-input-manager - olwrapper + - om-kubernetes + - om-legion - online - online-csv - opc-xml-da-client @@ -3903,6 +3910,7 @@ dont-distribute-packages: - vector-text - venzone - verdict-json + - verifiable-expressions - vessel - vflow-types - vfr-waypoints diff --git a/pkgs/development/haskell-modules/hackage-packages.nix b/pkgs/development/haskell-modules/hackage-packages.nix index 5e4ca9d32856..4c4999e5be07 100644 --- a/pkgs/development/haskell-modules/hackage-packages.nix +++ b/pkgs/development/haskell-modules/hackage-packages.nix @@ -41231,6 +41231,7 @@ self: { ]; description = "Language tags as specified by BCP 47"; license = lib.licenses.mit; + hydraPlatforms = lib.platforms.none; }) {}; "bcp47-orphans" = callPackage @@ -41250,6 +41251,7 @@ self: { ]; description = "BCP47 orphan instances"; license = lib.licenses.mit; + hydraPlatforms = lib.platforms.none; }) {}; "bcrypt" = callPackage @@ -48477,7 +48479,9 @@ self: { testHaskellDepends = [ base ]; description = "Panes library for Brick providing composition and isolation for TUI apps"; license = lib.licenses.isc; + hydraPlatforms = lib.platforms.none; mainProgram = "mywork-example"; + broken = true; }) {}; "brick-skylighting" = callPackage @@ -68983,6 +68987,8 @@ self: { ]; description = "Country data type and functions"; license = lib.licenses.bsd3; + hydraPlatforms = lib.platforms.none; + broken = true; }) {}; "country-codes" = callPackage @@ -73007,6 +73013,7 @@ self: { ]; description = "Binary parsing and serialization with integrated size"; license = lib.licenses.bsd3; + hydraPlatforms = lib.platforms.none; }) {}; "damnpacket" = callPackage @@ -142987,6 +142994,8 @@ self: { ]; description = "OAuth2 Identity Providers"; license = lib.licenses.mit; + hydraPlatforms = lib.platforms.none; + broken = true; }) {}; "hoauth2-providers-tutorial" = callPackage @@ -143008,6 +143017,7 @@ self: { executableHaskellDepends = [ base ]; description = "tutorial for hoauth2-providers module"; license = lib.licenses.mit; + hydraPlatforms = lib.platforms.none; mainProgram = "hoauth2-providers-tutorial"; }) {}; @@ -149429,6 +149439,8 @@ self: { testHaskellDepends = [ base hslua-core tasty tasty-lua ]; description = "Opinionated, but extensible Lua list type"; license = lib.licenses.mit; + hydraPlatforms = lib.platforms.none; + broken = true; }) {}; "hslua-marshalling" = callPackage @@ -156465,7 +156477,9 @@ self: { ]; description = "Haskell XMPP (Jabber Client) Command Line Interface (CLI)"; license = lib.licenses.bsd3; + hydraPlatforms = lib.platforms.none; mainProgram = "hxmppc"; + broken = true; }) {}; "hxournal" = callPackage @@ -159786,6 +159800,8 @@ self: { ]; description = "A Prelude for Polysemy"; license = "BSD-2-Clause-Patent"; + hydraPlatforms = lib.platforms.none; + broken = true; }) {}; "incipit-base" = callPackage @@ -199252,6 +199268,7 @@ self: { ]; description = "Tool to keep track of what you have been working on and where"; license = lib.licenses.isc; + hydraPlatforms = lib.platforms.none; mainProgram = "mywork"; }) {}; @@ -199559,6 +199576,8 @@ self: { testHaskellDepends = [ base cereal tasty tasty-quickcheck text ]; description = "NBT (named binary tag) serialization and deserialization"; license = lib.licenses.mit; + hydraPlatforms = lib.platforms.none; + broken = true; }) {}; "named-formlet" = callPackage @@ -207442,6 +207461,8 @@ self: { ]; description = "Http utilities"; license = lib.licenses.mit; + hydraPlatforms = lib.platforms.none; + broken = true; }) {}; "om-http-logging" = callPackage @@ -207478,6 +207499,7 @@ self: { ]; description = "om-kubernetes"; license = lib.licenses.mit; + hydraPlatforms = lib.platforms.none; }) {}; "om-legion" = callPackage @@ -207511,6 +207533,7 @@ self: { ]; description = "Legion Framework"; license = lib.licenses.mit; + hydraPlatforms = lib.platforms.none; }) {}; "om-logging" = callPackage @@ -233963,6 +233986,8 @@ self: { ]; description = "Library for lockstep-style testing with 'quickcheck-dynamic'"; license = lib.licenses.bsd3; + hydraPlatforms = lib.platforms.none; + broken = true; }) {}; "quickcheck-poly" = callPackage @@ -275275,7 +275300,9 @@ self: { ]; description = "2D resource gathering game with programmable robots"; license = lib.licenses.bsd3; + hydraPlatforms = lib.platforms.none; mainProgram = "swarm"; + broken = true; }) {}; "swearjure" = callPackage @@ -282174,7 +282201,9 @@ self: { executableHaskellDepends = [ base simple-get-opt ]; description = "A library to make a quick test-runner script"; license = lib.licenses.isc; + hydraPlatforms = lib.platforms.none; mainProgram = "test-runner"; + broken = true; }) {}; "test-monad-laws" = callPackage @@ -295769,6 +295798,8 @@ self: { benchmarkHaskellDepends = [ base criterion deepseq lens ]; description = "Extensible type-safe unions"; license = lib.licenses.bsd3; + hydraPlatforms = lib.platforms.none; + broken = true; }) {}; "union-angle" = callPackage @@ -300981,6 +301012,7 @@ self: { description = "An intermediate language for Hoare logic style verification"; license = lib.licenses.asl20; badPlatforms = [ "aarch64-linux" ]; + hydraPlatforms = lib.platforms.none; }) {}; "verify" = callPackage